Use openstackdocstheme for release notes
Change-Id: Ia5868ec45a99d28963adaad89ac6aa4acd729f4b
This commit is contained in:
parent
d0db1f1032
commit
609450d2d0
@ -40,8 +40,13 @@ import datetime
|
|||||||
# ones.
|
# ones.
|
||||||
extensions = [
|
extensions = [
|
||||||
'reno.sphinxext',
|
'reno.sphinxext',
|
||||||
|
'openstackdocstheme',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
openstackdocs_repo_name = 'openstack/tenks'
|
||||||
|
openstackdocs_auto_name = False
|
||||||
|
openstackdocs_use_storyboard = True
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
|
|
||||||
@ -58,10 +63,6 @@ master_doc = 'index'
|
|||||||
project = 'Tenks Release Notes'
|
project = 'Tenks Release Notes'
|
||||||
copyright = '{year}, The Tenks team'.format(year=datetime.date.today().year)
|
copyright = '{year}, The Tenks team'.format(year=datetime.date.today().year)
|
||||||
|
|
||||||
openstackdocs_repo_name = 'openstack/tenks'
|
|
||||||
openstackdocs_auto_name = False
|
|
||||||
openstackdocs_use_storyboard = True
|
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
# built documents.
|
# built documents.
|
||||||
@ -112,10 +113,9 @@ pygments_style = 'native'
|
|||||||
|
|
||||||
# -- Options for HTML output ----------------------------------------------
|
# -- Options for HTML output ----------------------------------------------
|
||||||
|
|
||||||
# openstackdocstheme options
|
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||||
# repository_name = 'openstack/tenks'
|
# a list of builtin themes.
|
||||||
# bug_project = 'tenks'
|
html_theme = 'openstackdocs'
|
||||||
# bug_tag = ''
|
|
||||||
|
|
||||||
# Theme options are theme-specific and customize the look and feel of a theme
|
# 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
|
# further. For a list of options available for each theme, see the
|
||||||
|
Loading…
Reference in New Issue
Block a user