Skip to content

Commit 36cf170

Browse files
authored
Merge pull request #22 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 8ad6767 + f7c54d9 commit 36cf170

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
@@ -61,18 +61,18 @@
6161
master_doc = "index"
6262

6363
# General information about the project.
64-
project = u"Adafruit turtle Library"
65-
copyright = u"2019 Adafruit"
66-
author = u"Adafruit"
64+
project = "Adafruit turtle Library"
65+
copyright = "2019 Adafruit"
66+
author = "Adafruit"
6767

6868
# The version info for the project you're documenting, acts as replacement for
6969
# |version| and |release|, also used in various other places throughout the
7070
# built documents.
7171
#
7272
# The short X.Y version.
73-
version = u"1.0"
73+
version = "1.0"
7474
# The full version, including alpha/beta/rc tags.
75-
release = u"1.0"
75+
release = "1.0"
7676

7777
# The language for content autogenerated by Sphinx. Refer to documentation
7878
# for a list of supported languages.
@@ -163,7 +163,7 @@
163163
(
164164
master_doc,
165165
"AdafruitturtleLibrary.tex",
166-
u"Adafruitturtle Library Documentation",
166+
"Adafruitturtle Library Documentation",
167167
author,
168168
"manual",
169169
),
@@ -177,7 +177,7 @@
177177
(
178178
master_doc,
179179
"Adafruitturtlelibrary",
180-
u"Adafruit turtle Library Documentation",
180+
"Adafruit turtle Library Documentation",
181181
[author],
182182
1,
183183
)
@@ -192,7 +192,7 @@
192192
(
193193
master_doc,
194194
"AdafruitturtleLibrary",
195-
u"Adafruit turtle Library Documentation",
195+
"Adafruit turtle Library Documentation",
196196
author,
197197
"AdafruitturtleLibrary",
198198
"One line description of project.",

0 commit comments

Comments
 (0)