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.
2 parents 682e219 + e26a80d commit 55d2b56Copy full SHA for 55d2b56
docs/source/conf.py
@@ -62,7 +62,9 @@
62
html_static_path = ["_static"]
63
64
# Example configuration for intersphinx: refer to the Python standard library.
65
-intersphinx_mapping = {"https://docs.python.org/": None}
+intersphinx_mapping = {
66
+ "python": ("https://docs.python.org/", None),
67
+}
68
69
autodoc_default_options = {
70
"undoc-members": True,
0 commit comments