summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorVan Hung Pham <hungpv@vn.fujitsu.com>2017-06-30 19:04:55 +0700
committerVan Hung Pham <hungpv@vn.fujitsu.com>2017-06-30 19:06:18 +0700
commit2ea1fcacfde4f07bad36894322ee4e6c162b1287 (patch)
tree0b79dca01a317b1507058bcef296a5f70a7e566a /releasenotes
parent937f4d62be338d0208c698ed85d377dc4ce137be (diff)
downloadpython-keystoneclient-2ea1fcacfde4f07bad36894322ee4e6c162b1287.tar.gz
Switch from oslosphinx to openstackdocstheme
As part of the docs migration work[0] for Pike we need to switch to use the openstackdocstheme. [0]https://review.openstack.org/#/c/472275/ Change-Id: If3a8f6668d0a4e32bd8a20330d973249ce6a5b46
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/source/conf.py10
1 files changed, 8 insertions, 2 deletions
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index a2e09fc..cc58e39 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -37,7 +37,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
- 'oslosphinx',
+ 'openstackdocstheme',
'reno.sphinxext',
]
@@ -112,7 +112,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
@@ -151,6 +151,7 @@ html_static_path = ['_static']
# 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.
@@ -277,3 +278,8 @@ texinfo_documents = [
# -- Options for Internationalization output ------------------------------
locale_dirs = ['locale/']
+
+# -- Options for openstackdocstheme -------------------------------------------
+repository_name = 'openstack/python-keystoneclient'
+bug_project = 'python-keystoneclient'
+bug_tag = ''