summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2017-06-26 17:01:19 -0400
committerDoug Hellmann <doug@doughellmann.com>2017-06-26 17:01:19 -0400
commitcf60df426114ae2ecea504d00c4fa31a153c7353 (patch)
tree2261112719eeb2ff07c1d05299b39cebe2d00290 /doc/source
parentc0719c36d1a3f268b6bfba4c83aac632f1b546fe (diff)
downloadpython-openstackclient-cf60df426114ae2ecea504d00c4fa31a153c7353.tar.gz
switch to openstackdocstheme
Change-Id: Iee591504ba5d7506ba41a9faaa1c293a5fe2db6a Depends-On: Ifc5512c0e2373cf3387e0e0498268eab092e52bb Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to 'doc/source')
-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 42029146..a90fca64 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -32,10 +32,15 @@ sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..',
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.todo',
- 'oslosphinx',
+ 'openstackdocstheme',
'stevedore.sphinxext',
]
+# openstackdocstheme options
+repository_name = 'openstack/python-openstackclient'
+bug_project = 'python-openstackclient'
+bug_tag = ''
+
# Add any paths that contain templates here, relative to this directory.
#templates_path = ['_templates']
@@ -105,6 +110,7 @@ modindex_common_prefix = ['openstackclient.']
# a list of builtin themes.
#html_theme_path = ["."]
#html_theme = '_theme'
+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
@@ -138,6 +144,7 @@ modindex_common_prefix = ['openstackclient.']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
#html_last_updated_fmt = '%b %d, %Y'
+html_last_updated_fmt = '%Y-%m-%d %H:%M'
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.