Skip to content

Commit aa28eec

Browse files
authored
Docs: Fix intersphinx_mapping (#1110)
Sphinx documentation has moved from https://www.sphinx-doc.org/en/stable/ to https://www.sphinx-doc.org/en/master/ Fixes the command line message: ``` intersphinx inventory has moved: https://www.sphinx-doc.org/en/stable/objects.inv -> https://www.sphinx-doc.org/en/master/objects.inv ```
1 parent c984d08 commit aa28eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
intersphinx_mapping = {
4343
'rtd': ('https://docs.readthedocs.io/en/stable/', None),
44-
'sphinx': ('https://www.sphinx-doc.org/en/stable/', None),
44+
'sphinx': ('https://www.sphinx-doc.org/en/master/', None),
4545
}
4646

4747
html_theme = 'sphinx_rtd_theme'

0 commit comments

Comments
 (0)