Merge "Remove display_badge setting"

This commit is contained in:
Zuul 2018-08-24 16:49:09 +00:00 committed by Gerrit Code Review
commit f4cf8f4a7d
2 changed files with 2 additions and 4 deletions

View File

@ -114,9 +114,7 @@ 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
# documentation.
html_theme_options = {
'display_badge': False
}
# html_theme_options = {}
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".

View File

@ -10,7 +10,7 @@ beautifulsoup4 # MIT
Jinja2>=2.8 # BSD License (3 clause)
openstack-doc-tools>=1.6.0 # Apache-2.0
sphinx>=1.6.2 # BSD
openstackdocstheme>=1.23.0 # Apache-2.0
openstackdocstheme>=1.23.1 # Apache-2.0
doc8 # Apache-2.0
requests>=2.14.2 # Apache-2.0
requestsexceptions>=1.2.0 # Apache-2.0