From 938077097f3bfbaac621909774f405b101236b48 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Sat, 8 Jul 2017 23:00:09 +0000 Subject: [PATCH] doc: Specify openstackdocs theme Change-Id: If3e04107bc2c4bb4c152e79650f8be870bf4721f --- doc/source/conf.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 9bff8c1..ec59f02 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,9 +1,7 @@ # -*- coding: utf-8 -*- import os -import subprocess import sys -import warnings sys.path.insert(0, os.path.abspath('../..')) # -- General configuration ---------------------------------------------------- @@ -63,7 +61,7 @@ modindex_common_prefix = ['oslo_config.'] # html_theme_path = ["."] # html_theme = '_theme' # html_static_path = ['static'] - +html_theme = 'openstackdocs' # Output file base name for HTML help builder. htmlhelp_basename = '%sdoc' % project