Fix docs job
- Remove skipsdist which breaks automatic generation in CLI reference and API reference sections of the docs since tox 4 - repository_name is deprecated in favor of openstackdocs_repository_name - bug_project and bug_tag are replaced by openstackdocs_use_storyboard Change-Id: I28d9e87ebd59823ad0ef2b1893a711bfad700286 Signed-off-by: Jaromir Wysoglad <jwysogla@redhat.com>
This commit is contained in:
@@ -48,9 +48,8 @@ project = 'python-cloudkittyclient'
|
|||||||
copyright = '2017, OpenStack Foundation'
|
copyright = '2017, OpenStack Foundation'
|
||||||
|
|
||||||
# openstackdocstheme options
|
# openstackdocstheme options
|
||||||
repository_name = 'openstack/python-cloudkittyclient'
|
openstackdocs_repo_name = 'openstack/python-cloudkittyclient'
|
||||||
bug_project = 'cloudkitty'
|
openstackdocs_use_storyboard = True
|
||||||
bug_tag = 'python-cloudkittyclient'
|
|
||||||
|
|
||||||
# If true, '()' will be appended to :func: etc. cross-reference text.
|
# If true, '()' will be appended to :func: etc. cross-reference text.
|
||||||
add_function_parentheses = True
|
add_function_parentheses = True
|
||||||
|
|||||||
Reference in New Issue
Block a user