diff options
author | Dong Ma <winterma.dong@gmail.com> | 2017-07-01 08:51:47 +0800 |
---|---|---|
committer | Dong Ma <winterma.dong@gmail.com> | 2017-07-01 08:51:47 +0800 |
commit | bd35a6e841550cb01c4bbf94979805369474db54 (patch) | |
tree | 38905a2403018a7d9fa5d4bb732142becc4caab5 /releasenotes | |
parent | fe64db1d45fdf3ea9e6b9a7524d24f8626aae2af (diff) | |
download | oslo-db-bd35a6e841550cb01c4bbf94979805369474db54.tar.gz |
switch from oslosphinx to openstackdocstheme
Change-Id: I66319c2b4e4ec4c10133151f7a867bdca7a3afa8
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/source/conf.py | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index e5cc22e..eb70f78 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -38,9 +38,13 @@ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ - 'oslosphinx', + 'openstackdocstheme', 'reno.sphinxext', ] +# openstackdocstheme options +repository_name = 'openstack/oslo.db' +bug_project = 'oslo.db' +bug_tag = '' # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -112,7 +116,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 @@ -150,7 +154,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. |