Skip to content

Commit 9031424

Browse files
committed
docs: update intersphinx_mapping
Newer sphinx doesn't like the old syntax: Running Sphinx v8.1.3 loading translations [en]... done making output directory... done Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`. ERROR: Invalid value `None` in intersphinx_mapping['http://docs.python.org/']. Expected a two-element tuple or list.
1 parent 3f0801c commit 9031424

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,5 @@
275275
# Allow duplicate toc entries.
276276
#epub_tocdup = True
277277

278-
279278
# Example configuration for intersphinx: refer to the Python standard library.
280-
intersphinx_mapping = {'http://docs.python.org/': None}
279+
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}

0 commit comments

Comments
 (0)