switch to openstackdocstheme

Change-Id: I76960223000370a5b8816630dfe57480138be0a0
This commit is contained in:
zhurong 2017-07-07 16:11:43 +08:00
parent cc9ce1002b
commit 9e29094b98
2 changed files with 12 additions and 2 deletions

View File

@ -22,7 +22,7 @@ sys.path.insert(0, os.path.abspath('../..'))
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
'sphinx.ext.autodoc',
'oslosphinx',
'openstackdocstheme',
]
# autodoc generation is a bit aggressive and a nuisance when doing heavy
@ -57,6 +57,16 @@ pygments_style = 'sphinx'
# html_theme = '_theme'
# html_static_path = []
html_theme = 'openstackdocs'
# openstackdocstheme options
repository_name = 'openstack/solum-dashboard'
bug_project = 'solum'
bug_tag = ''
# Must set this variable to include year, month, day, hours, and minutes.
html_last_updated_fmt = '%Y-%m-%d %H:%M'
# Output file base name for HTML help builder.
htmlhelp_basename = '%sdoc' % project

View File

@ -15,6 +15,6 @@ testtools>=1.4.0 # MIT
unittest2 # BSD
sphinx>=1.6.2 # BSD
oslosphinx>=4.7.0 # Apache-2.0
openstackdocstheme>=1.11.0 # Apache-2.0
sphinxcontrib-pecanwsme>=0.8 # Apache-2.0
sphinxcontrib-httpdomain # BSD