Merge "Temporarily remove openstackdocs theme"

This commit is contained in:
Jenkins 2017-08-29 11:17:42 +00:00 committed by Gerrit Code Review
commit 7228ff5c15
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ extensions = [
]
html_theme = 'openstackdocs'
# html_theme = 'openstackdocs'
html_theme_path = [openstackdocstheme.get_html_theme_path()]
html_theme_options = {
"sidebar_mode": "toc",

View File

@ -67,7 +67,7 @@ pygments_style = 'sphinx'
# Sphinx are currently 'default' and 'sphinxdoc'.
# html_theme_path = ["."]
# html_theme = '_theme'
html_theme = 'openstackdocs'
# html_theme = 'openstackdocs'
# html_static_path = ['static']
html_last_updated_fmt = '%Y-%m-%d %H:%M'