We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ef40e commit 39f4f30Copy full SHA for 39f4f30
src/sage_docbuild/conf.py
@@ -869,7 +869,7 @@ def setup(app):
869
870
# When building the standard docs, app.srcdir is set to SAGE_DOC_SRC +
871
# 'LANGUAGE/DOCNAME'.
872
- if app.srcdir.startswith(SAGE_DOC_SRC):
+ if app.srcdir.is_relative_to(SAGE_DOC_SRC):
873
app.add_config_value('intersphinx_mapping', {}, False)
874
app.add_config_value('intersphinx_cache_limit', 5, False)
875
app.add_config_value('intersphinx_disabled_reftypes', [], False)
0 commit comments