summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorpengyuesheng <pengyuesheng@gohighsec.com>2019-10-12 14:46:40 +0800
committerpengyuesheng <pengyuesheng@gohighsec.com>2019-10-12 14:46:40 +0800
commita052a044bc28d5ea2e2f02c496009d06c9ab941f (patch)
treec9a30c52bae29a06a0de465ff1e2df6ffc61ed50 /doc
parent85c341aced7b181724b68c9d883768b5c5f7e982 (diff)
downloadoslo-concurrency-a052a044bc28d5ea2e2f02c496009d06c9ab941f.tar.gz
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: Ia04d1de7e10783350e3aa091eab64d1cbd7f070a
Diffstat (limited to 'doc')
-rw-r--r--doc/requirements.txt2
-rwxr-xr-xdoc/source/conf.py1
2 files changed, 1 insertions, 2 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 31b2dae..25408d9 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -4,7 +4,7 @@
# this is required for the docs build jobs
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,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
-openstackdocstheme>=1.18.1 # Apache-2.0
+openstackdocstheme>=1.20.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
sphinxcontrib-apidoc>=0.2.0 # BSD
diff --git a/doc/source/conf.py b/doc/source/conf.py
index b163d37..e3516e0 100755
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -32,7 +32,6 @@ bug_tag = ''
master_doc = 'index'
# General information about the project.
-project = u'oslo.concurrency'
copyright = u'2014, OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text.