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:
parent
2204e2dd14
commit
6c17b40f5c
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user