Skip to content

Commit 7b01519

Browse files
committed
fix doc build
1 parent cbdb7ef commit 7b01519

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
@@ -69,7 +69,7 @@
6969
htmlhelp_basename = "%sdoc" % project
7070

7171
# Example configuration for intersphinx: refer to the Python standard library.
72-
intersphinx_mapping = {"http://docs.python.org/": None}
72+
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
7373

7474
# autosummary
7575
autosummary_generate = True

0 commit comments

Comments
 (0)