Fix warning in conf.py file.

The variables repo_name, bug_project and bug_tag is deprecated.

Change-Id: I3ca46982ad336e5ca4241bf08b9349e602fe363b
This commit is contained in:
Daniel Bengtsson 2020-07-31 12:04:24 +02:00
parent 2204e2dd14
commit 6c17b40f5c
1 changed files with 3 additions and 3 deletions

View File

@ -46,9 +46,9 @@ extensions = [
]
# openstackdocstheme options
repository_name = 'openstack/oslo.{{cookiecutter.module_name}}'
bug_project = 'oslo.{{cookiecutter.module_name}}'
bug_tag = ''
openstackdocs_repo_name = 'openstack/oslo.{{cookiecutter.module_name}}'
openstackdocs_bug_project = 'oslo.{{cookiecutter.module_name}}'
openstackdocs_bug_tag = ''
# The master toctree document.
master_doc = 'index'