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 cbdb7ef commit 7b01519Copy full SHA for 7b01519
docs/conf.py
@@ -69,7 +69,7 @@
69
htmlhelp_basename = "%sdoc" % project
70
71
# Example configuration for intersphinx: refer to the Python standard library.
72
-intersphinx_mapping = {"http://docs.python.org/": None}
+intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
73
74
# autosummary
75
autosummary_generate = True
0 commit comments