summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2017-06-22 15:26:16 -0400
committerDoug Hellmann <doug@doughellmann.com>2017-06-22 15:26:16 -0400
commit30c8729f782c0c13ca872260085d5b7b7c37df61 (patch)
tree7509bae57fed27f2834b1e33caded16073456355 /doc/source
parent412f0fdd8503d4a5b67d5ec55021fd0a9f452984 (diff)
downloados-client-config-30c8729f782c0c13ca872260085d5b7b7c37df61.tar.gz
switch from oslosphinx to openstackdocstheme
Change-Id: Ie45909df0b5a118d0200a1ee71277f4dbfe41d08 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to 'doc/source')
-rwxr-xr-xdoc/source/conf.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 208517c..82f27c3 100755
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -15,6 +15,8 @@
import os
import sys
+import openstackdocstheme
+
sys.path.insert(0, os.path.abspath('../..'))
# -- General configuration ----------------------------------------------------
@@ -23,7 +25,6 @@ sys.path.insert(0, os.path.abspath('../..'))
extensions = [
'sphinx.ext.autodoc',
#'sphinx.ext.intersphinx',
- 'oslosphinx',
'reno.sphinxext'
]
@@ -58,6 +59,8 @@ pygments_style = 'sphinx'
# html_theme_path = ["."]
# html_theme = '_theme'
# html_static_path = ['static']
+html_theme = 'openstackdocs'
+html_theme_path = [openstackdocstheme.get_html_theme_path()]
# Output file base name for HTML help builder.
htmlhelp_basename = '%sdoc' % project