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 871f329 commit 765ca87Copy full SHA for 765ca87
docs/conf.py
@@ -13,7 +13,7 @@
13
pygments_style = "sphinx"
14
autodoc_typehints = "description"
15
intersphinx_mapping = {
16
- "https://docs.python.org/3": None,
+ "python": ("https://docs.python.org/3", None),
17
}
18
templates_path = [""]
19
0 commit comments