Skip to content

Commit a9611b7

Browse files
committed
Blacken.
1 parent d7919e0 commit a9611b7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/conf.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@
3939
master_doc = "index"
4040

4141
# General information about the project.
42-
project = u"Adafruit CircuitPython Bundle"
43-
copyright = u"2019 Adafruit"
44-
author = u"Adabot"
42+
project = "Adafruit CircuitPython Bundle"
43+
copyright = "2019 Adafruit"
44+
author = "Adabot"
4545

4646
# The version info for the project you're documenting, acts as replacement for
4747
# |version| and |release|, also used in various other places throughout the
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = u"1.0"
51+
version = "1.0"
5252
# The full version, including alpha/beta/rc tags.
53-
release = u"1.0"
53+
release = "1.0"
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.
@@ -141,7 +141,7 @@
141141
(
142142
master_doc,
143143
"AdafruitBundleLibrary.tex",
144-
u"AdafruitBundle Documentation",
144+
"AdafruitBundle Documentation",
145145
author,
146146
"manual",
147147
),
@@ -152,7 +152,7 @@
152152
# One entry per manual page. List of tuples
153153
# (source start file, name, description, authors, manual section).
154154
man_pages = [
155-
(master_doc, "AdafruitBundlelibrary", u"Adafruit Bundle Documentation", [author], 1)
155+
(master_doc, "AdafruitBundlelibrary", "Adafruit Bundle Documentation", [author], 1)
156156
]
157157

158158
# -- Options for Texinfo output -------------------------------------------
@@ -164,7 +164,7 @@
164164
(
165165
master_doc,
166166
"AdafruitBundleLibrary",
167-
u"Adafruit Bundle Documentation",
167+
"Adafruit Bundle Documentation",
168168
author,
169169
"AdafruitBundleLibrary",
170170
"One line description of project.",

0 commit comments

Comments
 (0)