Skip to content

Commit 1cc5f3f

Browse files
committed
Use Python 3.8 for Inter-Sphinx.
1 parent c18487f commit 1cc5f3f

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
@@ -26,7 +26,7 @@
2626
]
2727

2828
intersphinx_mapping = {
29-
"python": ("https://docs.python.org/3.7", None),
29+
"python": ("https://docs.python.org/3.8", None),
3030
"matplotlib": ("https://matplotlib.org/stable", None),
3131
"numpy": ("https://numpy.org/doc/stable", None),
3232
"pandas": ("https://pandas.pydata.org/pandas-docs/dev", None),

0 commit comments

Comments
 (0)