Skip to content

Commit da0587b

Browse files
committed
Link to Python 3.14 docs
1 parent 555ca2f commit da0587b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
templates_path = ['_templates']
2828
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
2929

30-
intersphinx_mapping = {'py': ('https://docs.python.org/3', None)}
30+
# 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)}
3133

3234
add_module_names = False
3335

0 commit comments

Comments
 (0)