From 11e8d57a8ca317ea42435365ba4c68ec03212d67 Mon Sep 17 00:00:00 2001 From: niuke Date: Thu, 28 Jul 2022 09:26:10 +0800 Subject: [PATCH] remove unicode from code Change-Id: I44e71499b52873a2350194081f352c12b871c592 --- doc/source/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index a9a364f..9a0b3c9 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -51,8 +51,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'API Special Interest Group' -copyright = u'%s, OpenStack API Special Interest Group Team' % datetime.date.today().year +project = 'API Special Interest Group' +copyright = '%s, OpenStack API Special Interest Group Team' % datetime.date.today().year # openstackdocstheme options openstackdocs_repo_name = 'openstack/api-sig' @@ -184,8 +184,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', 'api-sig.tex', u'API Special Interest Group', - u'OpenStack API Special Interest Group Team', 'manual'), + ('index', 'api-sig.tex', 'API Special Interest Group', + 'OpenStack API Special Interest Group Team', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of