From d75ad12d07568a3f88e32bbdc962263ec5480d3a Mon Sep 17 00:00:00 2001 From: niuke Date: Thu, 28 Jul 2022 18:32:34 +0800 Subject: [PATCH] remove unicode prefix from code Change-Id: I5b2dca0781e9bc31425d59b881a5c4c8ad60fcfc --- doc/source/conf.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 7848a0a..03ea4c0 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -167,8 +167,8 @@ htmlhelp_basename = 'Puppet-OpenStack-Guidedoc' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'Puppet-OpenStack-guide.tex', u'Puppet OpenStack Guide', - u'OpenStack Contributors', 'manual'), + ('index', 'Puppet-OpenStack-guide.tex', 'Puppet OpenStack Guide', + 'OpenStack Contributors', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -197,8 +197,8 @@ latex_documents = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - ('index', 'Puppet-OpenStack-guide', u'Puppet OpenStack Guide', - u'OpenStack Contributors', 'Puppet-OpenStack-guide', + ('index', 'Puppet-OpenStack-guide', 'Puppet OpenStack Guide', + 'OpenStack Contributors', 'Puppet-OpenStack-guide', 'Puppet OpenStack Guide.', 'Miscellaneous'), ] @@ -216,10 +216,10 @@ texinfo_documents = [ # -- Options for Epub output --------------------------------------------------- # Bibliographic Dublin Core info. -epub_title = u'Puppet OpenStack Guide' -epub_author = u'OpenStack Contributors' -epub_publisher = u'OpenStack Contributors' -epub_copyright = u'%s, OpenStack Contributors' % datetime.date.today().year +epub_title = 'Puppet OpenStack Guide' +epub_author = 'OpenStack Contributors' +epub_publisher = 'OpenStack Contributors' +epub_copyright = '%s, OpenStack Contributors' % datetime.date.today().year # The language of the text. It defaults to the language option # or en if the language is not set.