Merge "remove unicode prefix from code"

This commit is contained in:
Zuul 2022-09-20 17:28:16 +00:00 committed by Gerrit Code Review
commit 125e237bf3
2 changed files with 9 additions and 9 deletions

View File

@ -81,7 +81,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
copyright = u'{}, OpenStack Foundation'.format(datetime.date.year)
copyright = '{}, OpenStack Foundation'.format(datetime.date.year)
# A list of ignored prefixes for module index sorting.
modindex_common_prefix = ['validations_libs.']
@ -122,8 +122,8 @@ latex_documents = [
(
'index',
'doc-validations-libs.tex',
u'Validations Framework Client Documentation',
u'OpenStack LLC',
'Validations Framework Client Documentation',
'OpenStack LLC',
'manual'
),
]

View File

@ -53,9 +53,9 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
authors = u'Validations Framework Developers'
project = u'validations-libs Release Notes'
copyright = u'2021, ' + authors
authors = 'Validations Framework Developers'
project = 'validations-libs Release Notes'
copyright = '2021, ' + authors
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@ -231,7 +231,7 @@ htmlhelp_basename = 'validations-libsReleaseNotesdoc'
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'validations-libsReleaseNotes.tex',
u'validations-libs Release Notes Documentation',
'validations-libs Release Notes Documentation',
authors, 'manual'),
]
@ -274,7 +274,7 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'validations-libsreleasenotes',
u'validations-libs Release Notes Documentation',
'validations-libs Release Notes Documentation',
[authors], 1)
]
@ -290,7 +290,7 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'validations-libsReleaseNotes',
u'validations-libs Release Notes Documentation',
'validations-libs Release Notes Documentation',
authors, 'validations-libsReleaseNotes',
'A collection of python libraries for the Validation Framework.',
'Miscellaneous'),