summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2017-06-16 15:29:01 -0400
committerDoug Hellmann <doug@doughellmann.com>2017-06-28 12:25:30 -0400
commitb7a0cd0e66ac07944a80a60232ad39e5de6555e0 (patch)
tree2fc76abbe230e760a4ed57d12b73920551f42369 /releasenotes
parentca7faf6bb596284e8c61715d3e6271c417a27472 (diff)
downloadpython-glanceclient-b7a0cd0e66ac07944a80a60232ad39e5de6555e0.tar.gz
switch to openstackdocstheme
Change-Id: Id687e3405d8afe0db201eb648941cc51bb9f741e Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/source/conf.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index 01beeaa..0e270c7 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -29,6 +29,8 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
# sys.path.insert(0, os.path.abspath('.'))
+import openstackdocstheme
+
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
@@ -38,7 +40,6 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
- 'oslosphinx',
'reno.sphinxext',
]
@@ -113,7 +114,7 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-html_theme = 'default'
+html_theme = 'openstackdocs'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
@@ -122,6 +123,7 @@ html_theme = 'default'
# Add any paths that contain custom themes here, relative to this directory.
# html_theme_path = []
+html_theme_path = [openstackdocstheme.get_html_theme_path()]
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".