diff options
author | Zuul <zuul@review.opendev.org> | 2020-05-16 02:31:06 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2020-05-16 02:31:06 +0000 |
commit | b8fe7fac846d441f133088c35086f46896875d71 (patch) | |
tree | 9c87908c7df2bdb5dbf090e494b298ddc2fba8b5 /api-ref | |
parent | 8b5d8b2c36f54756d021948266e09667cb0595ce (diff) | |
parent | 6c963e7712e57a1aabb1c4c816b01c59625bdccd (diff) | |
download | nova-b8fe7fac846d441f133088c35086f46896875d71.tar.gz |
Merge "Switch to newer openstackdocstheme and reno versions"
Diffstat (limited to 'api-ref')
-rw-r--r-- | api-ref/source/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index 23fd173a81..e17a59eb75 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -43,9 +43,9 @@ master_doc = 'index' copyright = u'2010-present, OpenStack Foundation' # openstackdocstheme options -repository_name = 'openstack/nova' -bug_project = 'nova' -bug_tag = 'api-ref' +openstackdocs_repo_name = 'openstack/nova' +openstackdocs_bug_project = 'nova' +openstackdocs_bug_tag = 'api-ref' # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' |