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 555ca2f commit da0587bCopy full SHA for da0587b
doc/conf.py
@@ -27,7 +27,9 @@
27
templates_path = ['_templates']
28
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
29
30
-intersphinx_mapping = {'py': ('https://docs.python.org/3', None)}
+# This should usually point to /3, unless there is a necessity to link to
31
+# features in future versions of Python.
32
+intersphinx_mapping = {'py': ('https://docs.python.org/3.14', None)}
33
34
add_module_names = False
35
0 commit comments