summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-10-17 23:06:39 +0000
committerGerrit Code Review <review@openstack.org>2019-10-17 23:06:39 +0000
commite49eca232f272f011bdbfdf2770c45cb7c90bd20 (patch)
tree763c6584badd88d2a49780ada2a5dec8c729e14f /doc
parentf6bf926db713b2bb0f19e138a70d145eefae73a5 (diff)
parenta052a044bc28d5ea2e2f02c496009d06c9ab941f (diff)
downloadoslo-concurrency-e49eca232f272f011bdbfdf2770c45cb7c90bd20.tar.gz
Merge "Bump the openstackdocstheme extension to 1.20"
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.