From 063cf760c3e2dc81a65215550a9eb1e8a707700d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 24 Aug 2018 11:33:31 +0200 Subject: [PATCH] Remove display_badge setting We do not need to disable badge with openstackdocstheme 1.23.1 for releasenotes anymore, remove it. Change-Id: Id2c12564b6933a106d7795631c531a6e2a54e2b9 --- releasenotes/source/conf.py | 4 +--- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index ffc6b5934e..9a59d9ab19 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -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 # " v documentation". diff --git a/test-requirements.txt b/test-requirements.txt index 17f92c5e2a..067bbf58ec 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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