From f1300ee2928c94999a7364e3fdd17fa07881c335 Mon Sep 17 00:00:00 2001 From: niuke Date: Thu, 18 Aug 2022 16:42:40 +0800 Subject: remove unicode prefix from code Change-Id: Ie842be912d9169133cd9990846f212bb50690766 --- doc/source/conf.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 2167d9f..43d7b2b 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -50,7 +50,7 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -copyright = u'2014, OpenStack Foundation' +copyright = '2014, OpenStack Foundation' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -179,8 +179,8 @@ apidoc_excluded_paths = [ # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'pyCADF.tex', u'pyCADF Documentation', - u'OpenStack Foundation', 'manual'), + ('index', 'pyCADF.tex', 'pyCADF Documentation', + 'OpenStack Foundation', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -209,8 +209,8 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'pycadf', u'pyCADF Documentation', - [u'OpenStack Foundation'], 1) + ('index', 'pycadf', 'pyCADF Documentation', + ['OpenStack Foundation'], 1) ] # If true, show URL addresses after external links. @@ -223,8 +223,8 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - ('index', 'pyCADF', u'pyCADF Documentation', - u'OpenStack Foundation', 'pyCADF', 'One line description of project.', + ('index', 'pyCADF', 'pyCADF Documentation', + 'OpenStack Foundation', 'pyCADF', 'One line description of project.', 'Miscellaneous'), ] -- cgit v1.2.1