remove unicode prefix from code

Change-Id: I3d501626c7b55091c8ae4efed82d92267ebaf165
This commit is contained in:
niuke 2022-08-18 20:04:37 +08:00
parent 6cd493d420
commit ee17d2c8e4
1 changed files with 7 additions and 7 deletions

View File

@ -36,7 +36,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
copyright = u'2015, Sahara team'
copyright = '2015, Sahara team'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@ -154,8 +154,8 @@ htmlhelp_basename = 'saharavanillaplugin-testsdoc'
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'doc-sahara-plugin-vanilla.tex', u'Sahara Vanilla Plugin Documentation',
u'Sahara team', 'manual'),
('index', 'doc-sahara-plugin-vanilla.tex', 'Sahara Vanilla Plugin Documentation',
'Sahara team', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@ -185,8 +185,8 @@ smartquotes_excludes = {'builders': ['latex']}
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'sahara-plugin-vanilla', u'sahara-plugin-vanilla Documentation',
[u'Sahara team'], 1)
('index', 'sahara-plugin-vanilla', 'sahara-plugin-vanilla Documentation',
['Sahara team'], 1)
]
# If true, show URL addresses after external links.
@ -199,8 +199,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'sahara-plugin-vanilla', u'sahara-plugin-vanilla Documentation',
u'Sahara team', 'sahara-plugin-vanilla', 'One line description of project.',
('index', 'sahara-plugin-vanilla', 'sahara-plugin-vanilla Documentation',
'Sahara team', 'sahara-plugin-vanilla', 'One line description of project.',
'Miscellaneous'),
]