Merge "Update to openstackdocstheme + sphinx 2.0"

This commit is contained in:
Zuul 2019-05-20 03:29:27 +00:00 committed by Gerrit Code Review
commit 2857a99a01
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