diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-07-18 18:09:56 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-07-18 18:09:56 +0000 |
| commit | 09d5704a1533affd56d9f77b6dca7847c69cd46a (patch) | |
| tree | 7f138bdc18b74f44241e254b9b300d9af272f6f5 /releasenotes | |
| parent | 3de1410308007867bc960de89493ff1164f97992 (diff) | |
| parent | 16a75e8e353be33177c0bc8148029cb35599d29c (diff) | |
| download | python-cinderclient-09d5704a1533affd56d9f77b6dca7847c69cd46a.tar.gz | |
Merge "Switch from oslosphinx to openstackdocstheme"
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/source/conf.py | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index ffd5111..2623c9e 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -38,7 +38,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-cinderclient' +bug_project = 'cinderclient' +bug_tag = '' |
