From 2fc089fd7481cfbf810d54db9f7ed4a49f10b327 Mon Sep 17 00:00:00 2001 From: Zhenguo Niu Date: Mon, 4 Sep 2017 07:18:46 +0000 Subject: [PATCH] Revert "Temporarily remove openstackdocs theme" This reverts commit 17c0cf8daf9aacf71375bc76781a533184fd7ea9. Change-Id: I3769a1179746ba15f31f79edbfcad2d23bec044f --- api-ref/source/conf.py | 2 +- doc/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index 62b7cdd9..62740aaf 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -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", diff --git a/doc/source/conf.py b/doc/source/conf.py index 1767e862..7bf9cb3d 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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'