Skip to content

Commit d56a61a

Browse files
authored
Merge pull request #12 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 8224efd + 0ab2628 commit d56a61a

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
@@ -54,18 +54,18 @@
5454
master_doc = "index"
5555

5656
# General information about the project.
57-
project = u"Adafruit BoardTest Library"
58-
copyright = u"2018 Shawn Hymel"
59-
author = u"Shawn Hymel"
57+
project = "Adafruit BoardTest Library"
58+
copyright = "2018 Shawn Hymel"
59+
author = "Shawn Hymel"
6060

6161
# The version info for the project you're documenting, acts as replacement for
6262
# |version| and |release|, also used in various other places throughout the
6363
# built documents.
6464
#
6565
# The short X.Y version.
66-
version = u"1.0"
66+
version = "1.0"
6767
# The full version, including alpha/beta/rc tags.
68-
release = u"1.0"
68+
release = "1.0"
6969

7070
# The language for content autogenerated by Sphinx. Refer to documentation
7171
# for a list of supported languages.
@@ -156,7 +156,7 @@
156156
(
157157
master_doc,
158158
"AdafruitBoardTestLibrary.tex",
159-
u"AdafruitBoardTest Library Documentation",
159+
"AdafruitBoardTest Library Documentation",
160160
author,
161161
"manual",
162162
),
@@ -170,7 +170,7 @@
170170
(
171171
master_doc,
172172
"AdafruitBoardTestlibrary",
173-
u"Adafruit BoardTest Library Documentation",
173+
"Adafruit BoardTest Library Documentation",
174174
[author],
175175
1,
176176
)
@@ -185,7 +185,7 @@
185185
(
186186
master_doc,
187187
"AdafruitBoardTestLibrary",
188-
u"Adafruit BoardTest Library Documentation",
188+
"Adafruit BoardTest Library Documentation",
189189
author,
190190
"AdafruitBoardTestLibrary",
191191
"One line description of project.",

0 commit comments

Comments
 (0)