Skip to content

Commit

Permalink
[doc] Add license_url for python-docs-theme 2022.1. (GH-30527)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPalard authored Jan 11, 2022
1 parent cedec19 commit 6f05e1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
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.
}

Expand Down
2 changes: 1 addition & 1 deletion Doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ blurb

# The theme used by the documentation is stored separately, so we need
# to install that as well.
python-docs-theme
python-docs-theme>=2022.1

0 comments on commit 6f05e1e

Please sign in to comment.