From 6eb5a871d7841e57dc126ba2316e72dc5fa556cb Mon Sep 17 00:00:00 2001 From: pengyuesheng Date: Sat, 12 Oct 2019 15:02:30 +0800 Subject: [PATCH] Bump the openstackdocstheme extension to 1.20 Some options are now automatically configured by the version 1.20: - project - html_last_updated_fmt - latex_engine - latex_elements - version - release. Change-Id: Ic626d2dc2974ac6ac7b6a816963995915e723ec7 --- doc/requirements.txt | 2 +- doc/source/conf.py | 1 - lower-constraints.txt | 2 +- releasenotes/source/conf.py | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 04b5493..543c18b 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -5,4 +5,4 @@ sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD reno>=2.5.0 -openstackdocstheme>=1.18.1 +openstackdocstheme>=1.20.0 diff --git a/doc/source/conf.py b/doc/source/conf.py index 1e5ba4a..69f31fa 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -15,7 +15,6 @@ sys.path.insert(0, os.path.abspath('../..')) # -- Project information ----------------------------------------------------- # General information about the project. -project = 'oslo.upgradecheck' copyright = '2018, Oslo Contributors' diff --git a/lower-constraints.txt b/lower-constraints.txt index 07c510f..252ab72 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -7,4 +7,4 @@ oslotest==1.5.1 stestr==2.0.0 sphinx==1.6.2 reno==2.5.0 -openstackdocstheme==1.18.1 +openstackdocstheme==1.20.0 diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index cf354d3..c93fca6 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -8,7 +8,6 @@ # -- Project information ----------------------------------------------------- -project = 'oslo.upgradecheck' copyright = '2018, Oslo Contributors' author = 'Oslo Contributors'