Skip to content

Commit 77791b7

Browse files
committed
Black reformatting with Python 3 target.
1 parent 76805c1 commit 77791b7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/conf.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,18 @@
5151
master_doc = "index"
5252

5353
# General information about the project.
54-
project = u"Adafruit CircuitPlayground Library"
55-
copyright = u"2017 Scott Shawcroft"
56-
author = u"Scott Shawcroft"
54+
project = "Adafruit CircuitPlayground Library"
55+
copyright = "2017 Scott Shawcroft"
56+
author = "Scott Shawcroft"
5757

5858
# The version info for the project you're documenting, acts as replacement for
5959
# |version| and |release|, also used in various other places throughout the
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = u"1.0"
63+
version = "1.0"
6464
# The full version, including alpha/beta/rc tags.
65-
release = u"1.0"
65+
release = "1.0"
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.
@@ -152,7 +152,7 @@
152152
(
153153
master_doc,
154154
"AdafruitCircuitPlaygroundLibrary.tex",
155-
u"Adafruit CircuitPlayground Library Documentation",
155+
"Adafruit CircuitPlayground Library Documentation",
156156
author,
157157
"manual",
158158
),
@@ -166,7 +166,7 @@
166166
(
167167
master_doc,
168168
"adafruitCircuitPlaygroundlibrary",
169-
u"Adafruit CircuitPlayground Library Documentation",
169+
"Adafruit CircuitPlayground Library Documentation",
170170
[author],
171171
1,
172172
)
@@ -181,7 +181,7 @@
181181
(
182182
master_doc,
183183
"AdafruitCircuitPlaygroundLibrary",
184-
u"Adafruit CircuitPlayground Library Documentation",
184+
"Adafruit CircuitPlayground Library Documentation",
185185
author,
186186
"AdafruitCircuitPlaygroundLibrary",
187187
"One line description of project.",

0 commit comments

Comments
 (0)