Merge "[docs] Correct project naming on Release Notes page"
This commit is contained in:
commit
f1178c24e1
@ -51,8 +51,8 @@ source_suffix = '.rst'
|
|||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'Kolla Release Notes'
|
project = u'Kolla Ansible Release Notes'
|
||||||
copyright = u'2015, Kolla developers'
|
copyright = u'2015-2021, Kolla Ansible developers'
|
||||||
|
|
||||||
# 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.
|
||||||
@ -178,7 +178,7 @@ html_static_path = ['_static']
|
|||||||
# html_file_suffix = None
|
# html_file_suffix = None
|
||||||
|
|
||||||
# Output file base name for HTML help builder.
|
# Output file base name for HTML help builder.
|
||||||
htmlhelp_basename = 'KollaReleaseNotesdoc'
|
htmlhelp_basename = 'KollaAnsibleReleaseNotesdoc'
|
||||||
|
|
||||||
|
|
||||||
# -- Options for LaTeX output ---------------------------------------------
|
# -- Options for LaTeX output ---------------------------------------------
|
||||||
@ -187,8 +187,9 @@ htmlhelp_basename = 'KollaReleaseNotesdoc'
|
|||||||
# (source start file, target name, title,
|
# (source start file, target name, title,
|
||||||
# author, documentclass [howto, manual, or own class]).
|
# author, documentclass [howto, manual, or own class]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index', 'KollaReleaseNotes.tex', u'Kolla Release Notes Documentation',
|
('index', 'KollaAnsibleReleaseNotes.tex',
|
||||||
u'Kolla developers', 'manual'),
|
u'Kolla Ansible Release Notes Documentation',
|
||||||
|
u'Kolla Ansible developers', 'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
# The name of an image file (relative to this directory) to place at the top of
|
# The name of an image file (relative to this directory) to place at the top of
|
||||||
@ -212,28 +213,17 @@ latex_documents = [
|
|||||||
# latex_domain_indices = True
|
# latex_domain_indices = True
|
||||||
|
|
||||||
|
|
||||||
# -- Options for manual page output ---------------------------------------
|
|
||||||
|
|
||||||
# One entry per manual page. List of tuples
|
|
||||||
# (source start file, name, description, authors, manual section).
|
|
||||||
man_pages = [
|
|
||||||
('index', 'kollareleasenotes', u'Kolla Release Notes Documentation',
|
|
||||||
[u'Kolla developers'], 1)
|
|
||||||
]
|
|
||||||
|
|
||||||
# If true, show URL addresses after external links.
|
|
||||||
# man_show_urls = False
|
|
||||||
|
|
||||||
|
|
||||||
# -- Options for Texinfo output -------------------------------------------
|
# -- Options for Texinfo output -------------------------------------------
|
||||||
|
|
||||||
# Grouping the document tree into Texinfo files. List of tuples
|
# Grouping the document tree into Texinfo files. List of tuples
|
||||||
# (source start file, target name, title, author,
|
# (source start file, target name, title, author,
|
||||||
# dir menu entry, description, category)
|
# dir menu entry, description, category)
|
||||||
texinfo_documents = [
|
texinfo_documents = [
|
||||||
('index', 'KollaReleaseNotes', u'Kolla Release Notes Documentation',
|
('index', 'KollaAnsibleReleaseNotes',
|
||||||
u'Kolla developers', 'KollaReleaseNotes',
|
u'Kolla Ansible Release Notes Documentation',
|
||||||
'One line description of project.', 'Miscellaneous'),
|
u'Kolla Ansible developers', 'KollaAnsibleReleaseNotes',
|
||||||
|
'Kolla-Ansible deploys OpenStack services and infrastructure components '
|
||||||
|
'in Docker containers.', 'Miscellaneous'),
|
||||||
]
|
]
|
||||||
|
|
||||||
# Documents to append as an appendix to all manuals.
|
# Documents to append as an appendix to all manuals.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Welcome to Kolla Release Notes documentation
|
Welcome to Kolla Ansible Release Notes documentation
|
||||||
=============================================
|
====================================================
|
||||||
|
|
||||||
Contents
|
Contents
|
||||||
========
|
========
|
||||||
|
Loading…
Reference in New Issue
Block a user