Merge "doc: Switch to openstackdocstheme"

This commit is contained in:
Zuul 2019-01-15 16:44:19 +00:00 committed by Gerrit Code Review
commit 226d9b14d3
3 changed files with 9 additions and 4 deletions

View File

@ -25,7 +25,7 @@ copyright = '2018, Oslo Contributors'
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
'sphinx.ext.autodoc',
'oslosphinx'
'openstackdocstheme'
]
# The master toctree document.
@ -39,4 +39,11 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. Major themes that come with
# Sphinx are currently 'default' and 'sphinxdoc'.
# html_theme = 'oslosphinx'
html_theme = 'openstackdocs'
# -- Options for openstackdocstheme -------------------------------------------
repository_name = 'openstack/oslo.upgradecheck'
bug_project = 'oslo.upgradecheck'
bug_tag = ''

View File

@ -5,7 +5,6 @@ enum34==1.0.4
PrettyTable==0.7.1
oslotest==1.5.1
stestr==2.0.0
oslosphinx==2.5.0
sphinx==1.6.2
reno==2.5.0
openstackdocstheme==1.18.1

View File

@ -7,7 +7,6 @@ oslotest>=1.5.1
stestr>=2.0.0
# These are needed for docs generation
oslosphinx>=2.5.0
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
reno>=2.5.0
openstackdocstheme>=1.18.1