Skip to content

Commit 855a5a8

Browse files
authored
Merge pull request #15 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 8c61b8b + 55ff5e5 commit 855a5a8

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
@@ -43,18 +43,18 @@
4343
master_doc = "index"
4444

4545
# General information about the project.
46-
project = u"Adafruit Trellis Library"
47-
copyright = u"2017 Michael Schroeder"
48-
author = u"Michael Schroeder"
46+
project = "Adafruit Trellis Library"
47+
copyright = "2017 Michael Schroeder"
48+
author = "Michael Schroeder"
4949

5050
# The version info for the project you're documenting, acts as replacement for
5151
# |version| and |release|, also used in various other places throughout the
5252
# built documents.
5353
#
5454
# The short X.Y version.
55-
version = u"1.0"
55+
version = "1.0"
5656
# The full version, including alpha/beta/rc tags.
57-
release = u"1.0"
57+
release = "1.0"
5858

5959
# The language for content autogenerated by Sphinx. Refer to documentation
6060
# for a list of supported languages.
@@ -144,7 +144,7 @@
144144
(
145145
master_doc,
146146
"AdafruitTrellisLibrary.tex",
147-
u"AdafruitTrellis Library Documentation",
147+
"AdafruitTrellis Library Documentation",
148148
author,
149149
"manual",
150150
),
@@ -158,7 +158,7 @@
158158
(
159159
master_doc,
160160
"AdafruitTrellislibrary",
161-
u"Adafruit Trellis Library Documentation",
161+
"Adafruit Trellis Library Documentation",
162162
[author],
163163
1,
164164
)
@@ -173,7 +173,7 @@
173173
(
174174
master_doc,
175175
"AdafruitTrellisLibrary",
176-
u"Adafruit Trellis Library Documentation",
176+
"Adafruit Trellis Library Documentation",
177177
author,
178178
"AdafruitTrellisLibrary",
179179
"One line description of project.",

0 commit comments

Comments
 (0)