Skip to content

Commit 6239d86

Browse files
Use latest Python docs as intersphinx base rather than 3.12 docs (#549)
1 parent 671a337 commit 6239d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
templates_path = ['_templates']
2828
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
2929

30-
intersphinx_mapping = {'py': ('https://docs.python.org/3.12', None)}
30+
intersphinx_mapping = {'py': ('https://docs.python.org/3', None)}
3131

3232
add_module_names = False
3333

0 commit comments

Comments
 (0)