Remove display_badge setting

We do not need to disable badge with openstackdocstheme 1.23.1 for
releasenotes anymore, remove it.

Change-Id: Id2c12564b6933a106d7795631c531a6e2a54e2b9
This commit is contained in:
Andreas Jaeger 2018-08-24 11:33:31 +02:00
parent 128fe5da5c
commit 063cf760c3
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 # 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 # further. For a list of options available for each theme, see the
# documentation. # documentation.
html_theme_options = { # html_theme_options = {}
'display_badge': False
}
# The name for this set of Sphinx documents. If None, it defaults to # The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation". # "<project> v<release> documentation".

View File

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