Skip to content

Commit

Permalink
src/sage_docbuild/conf.py: Define intersphinx_timeout so that remote …
Browse files Browse the repository at this point in the history
…inventory fetch works
  • Loading branch information
Matthias Koeppe committed May 3, 2023
1 parent 312e4c5 commit 4b7d3e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sage_docbuild/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,7 @@ def setup(app):
app.add_config_value('intersphinx_mapping', {}, False)
app.add_config_value('intersphinx_cache_limit', 5, False)
app.add_config_value('intersphinx_disabled_reftypes', [], False)
app.add_config_value('intersphinx_timeout', None, False)
app.connect('config-inited', set_intersphinx_mappings)
app.connect('builder-inited', intersphinx.load_mappings)
# We do *not* fully initialize intersphinx since we call it by hand
Expand Down

0 comments on commit 4b7d3e3

Please sign in to comment.