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'
|
||||
|
||||
# openstackdocstheme options
|
||||
repository_name = 'openstack/python-cloudkittyclient'
|
||||
bug_project = 'cloudkitty'
|
||||
bug_tag = 'python-cloudkittyclient'
|
||||
openstackdocs_repo_name = 'openstack/python-cloudkittyclient'
|
||||
openstackdocs_use_storyboard = True
|
||||
|
||||
# If true, '()' will be appended to :func: etc. cross-reference text.
|
||||
add_function_parentheses = True
|
||||
|
||||
Reference in New Issue
Block a user