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 238a36b commit 12cf91cCopy full SHA for 12cf91c
Doc/conf.py
@@ -70,7 +70,8 @@
70
html_theme_path = ['tools']
71
html_theme_options = {
72
'collapsiblesidebar': True,
73
- 'issues_url': 'https://docs.python.org/3/bugs.html',
+ 'issues_url': '/bugs.html',
74
+ 'license_url': '/license.html',
75
'root_include_title': False # We use the version switcher instead.
76
}
77
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