summaryrefslogtreecommitdiffstats
path: root/Doc/conf.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-01-11 20:18:33 (GMT)
committerGitHub <noreply@github.com>2022-01-11 20:18:33 (GMT)
commit6f035c07e0aeff9120a45e668a383c985cd8861a (patch)
tree2cee73e4e145e15b767b1194624afeeb43266d78 /Doc/conf.py
parent19a85501cee24a6e426a431243d0adcb5664c6fe (diff)
downloadcpython-6f035c07e0aeff9120a45e668a383c985cd8861a.zip
cpython-6f035c07e0aeff9120a45e668a383c985cd8861a.tar.gz
cpython-6f035c07e0aeff9120a45e668a383c985cd8861a.tar.bz2
[doc] Add license_url for python-docs-theme 2022.1. (GH-30527) (GH-30540)
(cherry picked from commit 6f05e1ec193c132015e9a23d1137b1731596f186) Co-authored-by: Julien Palard <julien@palard.fr> Co-authored-by: Julien Palard <julien@palard.fr>
Diffstat (limited to 'Doc/conf.py')
-rw-r--r--Doc/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index f626ce6..cbf201a 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -69,7 +69,8 @@ html_theme = 'python_docs_theme'
html_theme_path = ['tools']
html_theme_options = {
'collapsiblesidebar': True,
- 'issues_url': 'https://docs.python.org/3/bugs.html',
+ 'issues_url': '/bugs.html',
+ 'license_url': '/license.html',
'root_include_title': False # We use the version switcher instead.
}