Skip to content

Commit

Permalink
Add intersphinx_resolve_self to set_config()
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Feb 9, 2025
1 parent c2baf82 commit c947dcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_extensions/test_ext_intersphinx.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def set_config(app, mapping):
app.config.intersphinx_cache_limit = 0
app.config.intersphinx_disabled_reftypes = []
app.config.intersphinx_timeout = None
app.config.intersphinx_resolve_self = ''


@mock.patch('sphinx.ext.intersphinx._load.InventoryFile')
Expand Down

0 comments on commit c947dcb

Please sign in to comment.