summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2017-06-28 17:18:56 -0400
committerDoug Hellmann <doug@doughellmann.com>2017-07-10 11:50:21 -0400
commitcbc8503d20f3c8ab84e5441fdd8ea66c0b2dee21 (patch)
tree5705876a4a84608258f34bfc0add79234ea6911a /releasenotes
parent3947730ed55938c2b6cde17d7a2fb0aed456e749 (diff)
downloadpython-designateclient-cbc8503d20f3c8ab84e5441fdd8ea66c0b2dee21.tar.gz
switch from oslosphinx to openstackdocstheme
Change-Id: Idd2542a0be57e9ed52718654649f945b85c4ed0a Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to 'releasenotes')
-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 ba8e8f3..5a7e2c8 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -37,10 +37,17 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
- 'oslosphinx',
+ 'openstackdocstheme',
'reno.sphinxext',
]
+# openstackdocstheme options
+repository_name = 'openstack/python-designateclient'
+bug_project = 'python-designateclient'
+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']
@@ -111,7 +118,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