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 cedec19 commit 6f05e1eCopy full SHA for 6f05e1e
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
@@ -9,4 +9,4 @@ blurb
9
10
# The theme used by the documentation is stored separately, so we need
11
# to install that as well.
12
-python-docs-theme
+python-docs-theme>=2022.1
0 commit comments