From 5d641033d40ac53fdae7c12b070a9c54dac6a49c Mon Sep 17 00:00:00 2001 From: likui Date: Sun, 3 Jan 2021 16:42:29 +0800 Subject: remove unicode from code Implements: blueprint remove-unicode Change-Id: Ib7eb517f404fe87b880f7091366721d2cfc5cdf8 --- doc/source/conf.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'doc') diff --git a/doc/source/conf.py b/doc/source/conf.py index 7f7fa9a4..fbbd02cc 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -38,8 +38,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'Trove' -copyright = u'2013, OpenStack Foundation' +project = 'Trove' +copyright = '2013, OpenStack Foundation' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -164,8 +164,8 @@ latex_documents = [ ( 'index', '%s.tex' % project, - u'%s Documentation' % project, - u'OpenStack Foundation', + '%s Documentation' % project, + 'OpenStack Foundation', 'manual' ), ] @@ -199,8 +199,8 @@ latex_documents = [ # ( # 'index', # '%s' % project, -# u'%s Documentation' % project, -# u'OpenStack Foundation', +# '%s Documentation' % project, +# 'OpenStack Foundation', # 1 # ), # ] @@ -218,8 +218,8 @@ texinfo_documents = [ ( 'index', '%s' % project, - u'%s Documentation' % project, - u'OpenStack Foundation', + '%s Documentation' % project, + 'OpenStack Foundation', '%s' % project, 'Database as a service.', 'Miscellaneous' @@ -243,10 +243,10 @@ texinfo_documents = [ # -- Options for Epub output -------------------------------------------------- # Bibliographic Dublin Core info. -epub_title = u'%s' % project -epub_author = u'OpenStack Foundation' -epub_publisher = u'OpenStack Foundation' -epub_copyright = u'2013, OpenStack Foundation' +epub_title = '%s' % project +epub_author = 'OpenStack Foundation' +epub_publisher = 'OpenStack Foundation' +epub_copyright = '2013, OpenStack Foundation' # The language of the text. It defaults to the language option # or en if the language is not set. -- cgit v1.2.1