We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 682e219 commit 44fce93Copy full SHA for 44fce93
1 file changed
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