@@ -65,18 +65,18 @@ def __getattr__(cls, name):
6565master_doc = "index"
6666
6767# General information about the project.
68- project = u "Moulinette"
69- copyright = u "2017, YunoHost Collective"
70- author = u "YunoHost Collective"
68+ project = "Moulinette"
69+ copyright = "2017, YunoHost Collective"
70+ author = "YunoHost Collective"
7171
7272# The version info for the project you're documenting, acts as replacement for
7373# |version| and |release|, also used in various other places throughout the
7474# built documents.
7575#
7676# The short X.Y version.
77- version = u "2.6.1"
77+ version = "2.6.1"
7878# The full version, including alpha/beta/rc tags.
79- release = u "2.6.1"
79+ release = "2.6.1"
8080
8181# The language for content autogenerated by Sphinx. Refer to documentation
8282# for a list of supported languages.
@@ -161,8 +161,8 @@ def __getattr__(cls, name):
161161 (
162162 master_doc ,
163163 "Moulinette.tex" ,
164- u "Moulinette Documentation" ,
165- u "YunoHost Collective" ,
164+ "Moulinette Documentation" ,
165+ "YunoHost Collective" ,
166166 "manual" ,
167167 ),
168168]
@@ -172,7 +172,7 @@ def __getattr__(cls, name):
172172
173173# One entry per manual page. List of tuples
174174# (source start file, name, description, authors, manual section).
175- man_pages = [(master_doc , "moulinette" , u "Moulinette Documentation" , [author ], 1 )]
175+ man_pages = [(master_doc , "moulinette" , "Moulinette Documentation" , [author ], 1 )]
176176
177177
178178# -- Options for Texinfo output -------------------------------------------
@@ -184,7 +184,7 @@ def __getattr__(cls, name):
184184 (
185185 master_doc ,
186186 "Moulinette" ,
187- u "Moulinette Documentation" ,
187+ "Moulinette Documentation" ,
188188 author ,
189189 "Moulinette" ,
190190 "One line description of project." ,
0 commit comments