misc: remove unicode prefixed strings (#53714)

This commit is contained in:
Benjamin Dauvergne 2021-05-04 11:32:22 +02:00
parent f4cc392d16
commit bef4865dd2
2 changed files with 7 additions and 7 deletions

View File

@ -80,7 +80,7 @@ must be changed to:::
:: ::
u'auth.user': { 'auth.user': {
'meta': {'object_name': 'User', 'meta': {'object_name': 'User',
must be rewritten like that::: must be rewritten like that:::

12
conf.py
View File

@ -48,8 +48,8 @@ source_suffix = '.rst'
master_doc = 'index' master_doc = 'index'
# General information about the project. # General information about the project.
project = u'Authentic 2' project = 'Authentic 2'
copyright = u'2012, 2011, 2010, Entr\'ouvert' copyright = '2012, 2011, 2010, Entr\'ouvert'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
@ -189,7 +189,7 @@ latex_elements = {
# Grouping the document tree into LaTeX files. List of tuples # Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]). # (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [ latex_documents = [
('index', 'Authentic2.tex', u'Authentic2 Documentation', u'Entr\'ouvert', 'manual'), ('index', 'Authentic2.tex', 'Authentic2 Documentation', 'Entr\'ouvert', 'manual'),
] ]
# The name of an image file (relative to this directory) to place at the top of # The name of an image file (relative to this directory) to place at the top of
@ -217,7 +217,7 @@ latex_logo = 'pictures/eo_logo.png'
# One entry per manual page. List of tuples # One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section). # (source start file, name, description, authors, manual section).
man_pages = [('index', 'authentic2', u'Authentic2 Documentation', [u'Mikaël Ates'], 1)] man_pages = [('index', 'authentic2', 'Authentic2 Documentation', [u'Mikaël Ates'], 1)]
# If true, show URL addresses after external links. # If true, show URL addresses after external links.
# man_show_urls = False # man_show_urls = False
@ -232,8 +232,8 @@ texinfo_documents = [
( (
'index', 'index',
'Authentic2', 'Authentic2',
u'Authentic2 Documentation', 'Authentic2 Documentation',
u'Mikaël Ates', 'Mikaël Ates',
'Authentic2', 'Authentic2',
'One line description of project.', 'One line description of project.',
'Miscellaneous', 'Miscellaneous',