Skip to content

Commit 2559dea

Browse files
gamepad-coderpython-sidebar
authored andcommitted
PYDOC-6a: Minor comment about unintuitive theme_ setup and use in config.py
1 parent cbea91a commit 2559dea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doc/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@
116116
html_theme_path = ['']
117117
html_favicon = '_static/py.svg'
118118
html_theme_options = {
119+
#-------------------------------------------------------------------
120+
# Add these variables manually to:
121+
# Doc/venv/lib/python3.9/site-packages/sphinx_rtd_theme/theme.conf
122+
# then they can be accessed via theme_issues_url + theme_license_url
123+
#-------------------------------------------------------------------
119124
'issues_url': '/bugs.html',
120125
'license_url': '/license.html',
121126

0 commit comments

Comments
 (0)