summaryrefslogtreecommitdiff
path: root/releasenotes/source
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2017-06-29 16:32:16 -0400
committerTrevor McCasland <TM2086@att.com>2017-07-14 09:10:07 -0500
commit9d39a42e3ed218b7a283ab12793dff43940b2caf (patch)
tree24d0d73c4e885a240e0a774d88c91f0797011843 /releasenotes/source
parent46c9b84d4417b9d2b06e981fb95faaad955dd01c (diff)
downloadtrove-9d39a42e3ed218b7a283ab12793dff43940b2caf.tar.gz
move from oslosphinx to openstackdocstheme
Change-Id: I3089bda6683322f21addd2999ab193de3c070fe3 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to 'releasenotes/source')
-rw-r--r--releasenotes/source/conf.py11
1 files changed, 9 insertions, 2 deletions
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index 3172da56..a7107d97 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -38,10 +38,17 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
- 'oslosphinx',
+ 'openstackdocstheme',
'reno.sphinxext',
]
+# openstackdocstheme options
+repository_name = 'openstack/trove'
+bug_project = 'trove'
+bug_tag = ''
+html_last_updated_fmt = '%Y-%m-%d %H:%M'
+html_theme = 'openstackdocs'
+
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -112,7 +119,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 = 'default'
# 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