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 19a8550 commit 6f035c0Copy full SHA for 6f035c0
Doc/conf.py
@@ -69,7 +69,8 @@
69
html_theme_path = ['tools']
70
html_theme_options = {
71
'collapsiblesidebar': True,
72
- 'issues_url': 'https://docs.python.org/3/bugs.html',
+ 'issues_url': '/bugs.html',
73
+ 'license_url': '/license.html',
74
'root_include_title': False # We use the version switcher instead.
75
}
76
Doc/requirements.txt
@@ -13,4 +13,4 @@ blurb
13
14
# The theme used by the documentation is stored separately, so we need
15
# to install that as well.
16
-python-docs-theme
+python-docs-theme>=2022.1
0 commit comments