diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 51b051f..ee9694c 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -49,7 +49,7 @@ copyright = u'2017, OpenStack Developers' openstackdocs_repo_name = 'openstack/ansible-collection-kolla' openstackdocs_bug_project = 'ansible-collection-kolla' openstackdocs_bug_tag = '' -openstackdocs_auto_name = 'False' +openstackdocs_auto_name = False # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 84f929b..2325c00 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -4,6 +4,7 @@ templates: - ansible-role-jobs - publish-openstack-docs-pti + - release-notes-jobs-python3 check: jobs: - kolla-ansible-debian