summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/requirements.txt6
-rw-r--r--doc/source/conf.py6
-rw-r--r--releasenotes/source/conf.py6
3 files changed, 9 insertions, 9 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index e1f921e..0bfefb4 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
# These are needed for docs generation
-openstackdocstheme>=1.20.0 # Apache-2.0
-sphinx>=1.8.0,!=2.1.0 # BSD
-reno>=2.5.0 # Apache-2.0
+openstackdocstheme>=2.2.0 # Apache-2.0
+sphinx>=2.0.0,!=2.1.0 # BSD
+reno>=3.1.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
diff --git a/doc/source/conf.py b/doc/source/conf.py
index dca7e49..2a505e2 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -72,9 +72,9 @@ latex_documents = [
]
# openstackdocstheme options
-repository_name = 'openstack/oslo.context'
-bug_project = 'oslo.context'
-bug_tag = ''
+openstackdocs_repo_name = 'openstack/oslo.context'
+openstackdocs_bug_project = 'oslo.context'
+openstackdocs_bug_tag = ''
# Example configuration for intersphinx: refer to the Python standard library.
#intersphinx_mapping = {'http://docs.python.org/': None}
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index 2099d7f..b952b79 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -256,6 +256,6 @@ texinfo_documents = [
locale_dirs = ['locale/']
# openstackdocstheme options
-repository_name = 'openstack/oslo.context'
-bug_project = 'oslo.context'
-bug_tag = ''
+openstackdocs_repo_name = 'openstack/oslo.context'
+openstackdocs_bug_project = 'oslo.context'
+openstackdocs_bug_tag = ''