Skip to content

Commit b0b440e

Browse files
authored
🎨 Format Python code with Black
1 parent cb9ecb4 commit b0b440e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/conf.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,18 @@ def __getattr__(cls, name):
6565
master_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

Comments
 (0)