From ded18750a3d3386168b29a24c24f982e86b679c7 Mon Sep 17 00:00:00 2001 From: niuke Date: Thu, 28 Jul 2022 08:51:36 +0800 Subject: [PATCH] remove unicode from code Change-Id: Ifb9d1b07eef84bfe01eea74f5eb590421a2a86ad --- doc/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 9bd6f3c..0e4db3f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -55,7 +55,7 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'OpenStack Project Team Guide' +project = 'OpenStack Project Team Guide' copyright = 'OpenStack Contributors' # The language for content autogenerated by Sphinx. Refer to documentation @@ -195,8 +195,8 @@ latex_elements = { # (source start file, target name, title, author, documentclass # [howto/manual]). latex_documents = [ - ('index', 'Project-team-guide.tex', u'Project Team Guide', - u'OpenStack Contributors', 'manual'), + ('index', 'Project-team-guide.tex', 'Project Team Guide', + 'OpenStack Contributors', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of