Update to openstackdocstheme + sphinx 2.0

Change-Id: I8f24fd878d034ed240ef5574afaafe1b4adb113b
Signed-off-by: Graham Hayes <gr@ham.ie>
This commit is contained in:
Graham Hayes 2019-04-01 12:26:06 +01:00
parent e78e492c89
commit 99d49ceb69
No known key found for this signature in database
GPG Key ID: 1B263DC59F4AEFD5
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ import sys
extensions = [
'sphinx.ext.autodoc',
'yasfb',
'oslosphinx'
'openstackdocstheme',
]
exclude_patterns = [
@ -75,7 +75,7 @@ pygments_style = 'sphinx'
# html_static_path = ['static']
# 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

View File

@ -1,5 +1,5 @@
pbr>=0.6,<1.0
oslosphinx>=2.2.0 # Apache-2.0
sphinx>=1.1.2,!=1.2.0,<1.3
openstackdocstheme>=1.18.1 # Apache-2.0
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
yasfb>=0.5.1
flake8