Skip to content

Commit

Permalink
[doc] Add license_url for python-docs-theme 2022.1. (GH-30527) (GH-30540
Browse files Browse the repository at this point in the history
)

(cherry picked from commit 6f05e1e)

Co-authored-by: Julien Palard <julien@palard.fr>

Co-authored-by: Julien Palard <julien@palard.fr>
  • Loading branch information
miss-islington and JulienPalard committed Jan 11, 2022
1 parent 19a8550 commit 6f035c0
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 @@ -13,4 +13,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 6f035c0

Please sign in to comment.