doc: Specify openstackdocs theme

Change-Id: If3e04107bc2c4bb4c152e79650f8be870bf4721f
This commit is contained in:
Akihiro Motoki 2017-07-08 23:00:09 +00:00
parent e19ca8a493
commit 938077097f
1 changed files with 1 additions and 3 deletions

View File

@ -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