mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Make documentation theme configurable
Debian uses the previous documentation theme. Make the documentation theme configurable via an environment variable HTML_THEME. Signed-off-by: Benjamin Drung <benjamin.drung@profitbricks.com>
This commit is contained in:
parent
35fe9827fe
commit
4a5da2d144
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ gettext_compact = False
|
|||
|
||||
|
||||
### HTML options
|
||||
html_theme = 'saltstack2' #change to 'saltstack' to use previous theme
|
||||
html_theme = os.environ.get('HTML_THEME', 'saltstack2') # set 'HTML_THEME=saltstack' to use previous theme
|
||||
html_theme_path = ['_themes']
|
||||
html_title = u''
|
||||
html_short_title = 'Salt'
|
||||
|
|
Loading…
Add table
Reference in a new issue