add python extension for rtd theme

This commit is contained in:
crocsg 2023-10-08 18:41:03 +02:00
parent ddfa092091
commit dedc92b3c0
2 changed files with 4 additions and 1 deletions

View File

@ -24,3 +24,6 @@ formats:
- pdf
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt

View File

@ -107,7 +107,7 @@ pygments_style = 'sphinx'
# -- Options for HTML output -------------------------------------------------
# Maps git branches to Sphinx themes
default_html_theme = 'classic'
default_html_theme = 'sphinx_rtd_theme'
branch_to_theme_mapping = {
# 3rd party themes
'master': default_html_theme,