RM-505 Updated release notes to match jirabot output and make them ready for release.

This commit is contained in:
Paul Jacobs
2020-04-24 15:07:03 +03:00
parent bb1a14658c
commit 9dc874a57d
2 changed files with 7 additions and 6 deletions

View File

@@ -41,7 +41,7 @@ master_doc = 'index'
# General information about the project.
project = u'Percona Toolkit'
copyright = u'2017, Percona LLC and/or its affiliates'
copyright = u'2020, Percona LLC and/or its affiliates'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -180,7 +180,7 @@ htmlhelp_basename = 'PerconaToolkitdoc'
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'PerconaToolkit.tex', u'Percona Toolkit Documentation',
u'2017, Percona LLC and/or its affiliates', 'manual'),
u'2020, Percona LLC and/or its affiliates', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -214,5 +214,5 @@ latex_toplevel_sectioning = 'part'
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'perconatoolkit', u'Percona Toolkit Documentation',
[u'2017, Percona LLC and/or its affiliates'], 1)
[u'2020, Percona LLC and/or its affiliates'], 1)
]