Revert "Temporarily remove openstackdocs theme"

This reverts commit 17c0cf8daf.

Change-Id: I3769a1179746ba15f31f79edbfcad2d23bec044f
This commit is contained in:
Zhenguo Niu 2017-09-04 07:18:46 +00:00
parent 17c0cf8daf
commit 2fc089fd74
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'