Skip to content

Commit 93ba303

Browse files
committed
Remove u".." in docs
1 parent 4cd9e2d commit 93ba303

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

docs/conf.py

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
#
32
# django-capture-tag documentation build configuration file, created by
43
# sphinx-quickstart on Wed Apr 20 14:26:24 2016.
@@ -45,18 +44,18 @@
4544
master_doc = "index"
4645

4746
# General information about the project.
48-
project = u"django-capture-tag"
49-
copyright = u"2016, Diederik van der Boor"
50-
author = u"Diederik van der Boor"
47+
project = "django-capture-tag"
48+
copyright = "2016, Diederik van der Boor"
49+
author = "Diederik van der Boor"
5150

5251
# The version info for the project you're documenting, acts as replacement for
5352
# |version| and |release|, also used in various other places throughout the
5453
# built documents.
5554
#
5655
# The short X.Y version.
57-
version = u"1.0"
56+
version = "1.0"
5857
# The full version, including alpha/beta/rc tags.
59-
release = u"1.0"
58+
release = "1.0"
6059

6160
# The language for content autogenerated by Sphinx. Refer to documentation
6261
# for a list of supported languages.
@@ -221,8 +220,8 @@
221220
(
222221
master_doc,
223222
"django-capture-tag.tex",
224-
u"django-capture-tag Documentation",
225-
u"Diederik van der Boor",
223+
"django-capture-tag Documentation",
224+
"Diederik van der Boor",
226225
"manual",
227226
),
228227
]
@@ -252,7 +251,7 @@
252251

253252
# One entry per manual page. List of tuples
254253
# (source start file, name, description, authors, manual section).
255-
man_pages = [(master_doc, "django-capture-tag", u"django-capture-tag Documentation", [author], 1)]
254+
man_pages = [(master_doc, "django-capture-tag", "django-capture-tag Documentation", [author], 1)]
256255

257256
# If true, show URL addresses after external links.
258257
# man_show_urls = False
@@ -267,7 +266,7 @@
267266
(
268267
master_doc,
269268
"django-capture-tag",
270-
u"django-capture-tag Documentation",
269+
"django-capture-tag Documentation",
271270
author,
272271
"django-capture-tag",
273272
"One line description of project.",

0 commit comments

Comments
 (0)