Temporarily remove openstackdocs theme

We should not use that until we are official.

Change-Id: If4cde992531dd3825c4ea66cac2481f9d013be22
This commit is contained in:
Zhenguo Niu 2017-08-26 16:31:32 +08:00
parent d577c88d4a
commit 17c0cf8daf
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'