Update docstheme

With version 2.1, we renamed options in the extension, let's use them
here as well.

Increase also requirements for reno and Sphinx.

Change-Id: Ica3cc991ad7bcc1626b805ede57c9c23e2538239
This commit is contained in:
Andreas Jaeger 2020-05-15 08:50:51 +02:00
parent 31642dd188
commit 78dc56d979
4 changed files with 7 additions and 7 deletions

View File

@ -63,8 +63,8 @@ version = '1.0'
release = '1.0'
# A few variables have to be set for the log-a-bug feature.
bug_tag = "doc-builds"
bug_project = 'openstack-doc-tools'
openstackdocs_bug_tag = "doc-builds"
openstackdocs_bug_project = 'openstack-doc-tools'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -8,4 +8,4 @@
# docs.
os-api-ref>=1.4.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0
reno>=3.1.0 # Apache-2.0

View File

@ -10,9 +10,9 @@
extensions = ['openstackdocstheme']
# openstackdocstheme options
repository_name = 'openstack/openstackdocstheme'
bug_project = 'openstack-doc-tools'
bug_tag = 'openstackdocstheme'
openstackdocs_repo_name = 'openstack/openstackdocstheme'
openstackdocs_bug_project = 'openstack-doc-tools'
openstackdocs_bug_tag = 'openstackdocstheme'
# The suffix of source filenames.
source_suffix = '.rst'

View File

@ -5,4 +5,4 @@
hacking>=3.0,<3.1.0 # Apache-2.0
# this is required for the docs build jobs
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
sphinx>=2.0.0,!=2.1.0 # BSD