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 962a3ed commit bb8d688Copy full SHA for bb8d688
docs/conf.py
@@ -21,7 +21,7 @@
21
autodoc_typehints = "description"
22
autodoc_typehints_description_target = "documented_params"
23
intersphinx_mapping = {
24
- "https://docs.python.org/3": None,
+ "python": ("https://docs.python.org/3", None),
25
}
26
templates_path = [""]
27
ogp_site_url = "https://kislyuk.github.io/" + project
0 commit comments