doc: Switch to openstackdocstheme
No reason to still be using oslo.sphinx in this day and age. Change-Id: I7734f9a636b5435f70659f8bd3d0c2b7e49c78d6 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
parent
d48ef196d2
commit
d6278ce104
@ -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 = ''
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user