Merge "Use newer openstackdocstheme and reno versions"

This commit is contained in:
Zuul 2020-06-05 11:39:08 +00:00 committed by Gerrit Code Review
commit 212b4dc379
2 changed files with 7 additions and 15 deletions

View File

@ -66,9 +66,10 @@ target_name = 'openstack-ansible-' + role_name
title = 'OpenStack-Ansible Documentation: ' + role_name + ' role' title = 'OpenStack-Ansible Documentation: ' + role_name + ' role'
# openstackdocstheme options # openstackdocstheme options
repository_name = 'openstack/' + target_name openstackdocs_repo_name = 'openstack/' + target_name
bug_project = project.lower() openstackdocs_pdf_link = True
bug_tag = '' openstackdocs_bug_project = project.lower()
openstackdocs_bug_tag = ''
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@ -63,14 +63,9 @@ target_name = 'openstack-ansible-' + role_name
title = 'OpenStack-Ansible Release Notes: ' + role_name + 'role' title = 'OpenStack-Ansible Release Notes: ' + role_name + 'role'
# openstackdocstheme options # openstackdocstheme options
repository_name = 'openstack/openstack-ansible-os_horizon' openstackdocs_repo_name = 'openstack/' + target_name
bug_project = 'openstack-ansible-os_horizon' openstackdocs_bug_project = project.lower()
bug_tag = '' openstackdocs_bug_tag = ''
# openstackdocstheme options
repository_name = 'openstack/' + target_name
bug_project = project.lower()
bug_tag = ''
# Release notes do not need a version number in the title, they # Release notes do not need a version number in the title, they
# cover multiple releases. # cover multiple releases.
@ -158,10 +153,6 @@ html_static_path = ['_static']
# directly to the root of the documentation. # directly to the root of the documentation.
# html_extra_path = [] # html_extra_path = []
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
html_last_updated_fmt = '%Y-%m-%d %H:%M'
# If true, SmartyPants will be used to convert quotes and dashes to # If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities. # typographically correct entities.
# html_use_smartypants = True # html_use_smartypants = True