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 03d6ef7 commit 1f318aeCopy full SHA for 1f318ae
docs/source/conf.py
@@ -450,4 +450,6 @@
450
451
452
# Example configuration for intersphinx: refer to the Python standard library.
453
-intersphinx_mapping = {"https://docs.python.org/": None}
+intersphinx_mapping = {
454
+ 'python': ('https://docs.python.org/3', None),
455
+}
pyproject.toml
@@ -59,4 +59,4 @@ exclude_lines = ["raise NotImplementedError"]
59
60
[tool.sphinx]
61
builder = "html"
62
-config-file = "docs/source/conf.py"
+config-file = "docs/source/conf.py"
0 commit comments