Skip to content

Commit f2076ea

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 92a90e2 commit f2076ea

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/source/conf.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
master_doc = "index"
3939

4040
# General information about the project.
41-
project = u"django-mail-factory"
42-
copyright = u"2013, Rémy HUBSCHER"
41+
project = "django-mail-factory"
42+
copyright = "2013, Rémy HUBSCHER"
4343

4444
# The version info for the project you're documenting, acts as replacement for
4545
# |version| and |release|, also used in various other places throughout the
@@ -184,8 +184,8 @@
184184
(
185185
"index",
186186
"django-mail-factory.tex",
187-
u"django-mail-factory Documentation",
188-
u"Rémy HUBSCHER",
187+
"django-mail-factory Documentation",
188+
"Rémy HUBSCHER",
189189
"manual",
190190
),
191191
]
@@ -219,8 +219,8 @@
219219
(
220220
"index",
221221
"django-mail-factory",
222-
u"django-mail-factory Documentation",
223-
[u"Rémy HUBSCHER"],
222+
"django-mail-factory Documentation",
223+
["Rémy HUBSCHER"],
224224
1,
225225
)
226226
]
@@ -238,8 +238,8 @@
238238
(
239239
"index",
240240
"django-mail-factory",
241-
u"django-mail-factory Documentation",
242-
u"Rémy HUBSCHER",
241+
"django-mail-factory Documentation",
242+
"Rémy HUBSCHER",
243243
"django-mail-factory",
244244
"One line description of project.",
245245
"Miscellaneous",

0 commit comments

Comments
 (0)