From e8615903e8a5cd0fa7fb48d8cc04bd9888552b89 Mon Sep 17 00:00:00 2001 From: zhangtongjian <125163227@qq.com> Date: Tue, 5 Jan 2021 17:14:20 +0800 Subject: [PATCH] remove unicode from code Change-Id: I9ffdd1f00af22f0ce5de11371041aecf4737ade2 --- doc/source/conf.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 7076903..7956f33 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -44,8 +44,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'Blazar Specs' -copyright = u'2013-present, OpenStack Foundation' +project = 'Blazar Specs' +copyright = '2013-present, OpenStack Foundation' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -182,8 +182,8 @@ latex_elements = { # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'doc-blazar-specs.tex', u'Blazar Specs', - u'OpenStack Foundation', 'manual', True), + ('index', 'doc-blazar-specs.tex', 'Blazar Specs', + 'OpenStack Foundation', 'manual', True), ] # The name of an image file (relative to this directory) to place at the top of @@ -212,7 +212,7 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'Blazar-specs', u'Blazar Specs', [u'OpenStack Foundation'], 1) + ('index', 'Blazar-specs', 'Blazar Specs', ['OpenStack Foundation'], 1) ] # If true, show URL addresses after external links. @@ -225,7 +225,7 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - ('index', 'Blazar-specs', u'Blazar Specs', u'OpenStack Foundation', + ('index', 'Blazar-specs', 'Blazar Specs', 'OpenStack Foundation', 'Blazar-specs', 'Design specifications for the Blazar project.', 'Miscellaneous'), ]