summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-15 23:15:58 +0000
committerGerrit Code Review <review@openstack.org>2017-07-15 23:15:58 +0000
commitea41cef9a1753faf5004c5900a486ed4439ca1dd (patch)
treed149342a9407a216bbcab68ff719351c1f067a0a /doc
parentffcc723a5ed2030a2ec51c434d50be5a4383ee03 (diff)
parentcbc8503d20f3c8ab84e5441fdd8ea66c0b2dee21 (diff)
downloadpython-designateclient-2.7.0.tar.gz
Merge "switch from oslosphinx to openstackdocstheme"2.7.0
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 3d24dfd..ec01574 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -6,7 +6,14 @@
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'oslosphinx']
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'openstackdocstheme']
+
+# 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']