mirror of
https://github.com/braillerap/BrailleRap.git
synced 2025-06-08 01:49:59 +02:00
add python extension for rtd theme
This commit is contained in:
parent
ddfa092091
commit
dedc92b3c0
@ -24,3 +24,6 @@ formats:
|
|||||||
- pdf
|
- pdf
|
||||||
|
|
||||||
# Optionally declare the Python requirements required to build your docs
|
# Optionally declare the Python requirements required to build your docs
|
||||||
|
python:
|
||||||
|
install:
|
||||||
|
- requirements: docs/requirements.txt
|
@ -107,7 +107,7 @@ pygments_style = 'sphinx'
|
|||||||
# -- Options for HTML output -------------------------------------------------
|
# -- Options for HTML output -------------------------------------------------
|
||||||
|
|
||||||
# Maps git branches to Sphinx themes
|
# Maps git branches to Sphinx themes
|
||||||
default_html_theme = 'classic'
|
default_html_theme = 'sphinx_rtd_theme'
|
||||||
branch_to_theme_mapping = {
|
branch_to_theme_mapping = {
|
||||||
# 3rd party themes
|
# 3rd party themes
|
||||||
'master': default_html_theme,
|
'master': default_html_theme,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user