Skip to content

Commit ebe44a1

Browse files
authored
Merge pull request #22 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 09142ef + 197157a commit ebe44a1

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
@@ -41,18 +41,18 @@
4141
master_doc = "index"
4242

4343
# General information about the project.
44-
project = u"Adafruit APDS9960 Library"
45-
copyright = u"2017 Michael McWethy"
46-
author = u"Michael McWethy"
44+
project = "Adafruit APDS9960 Library"
45+
copyright = "2017 Michael McWethy"
46+
author = "Michael McWethy"
4747

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

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.
@@ -142,7 +142,7 @@
142142
(
143143
master_doc,
144144
"AdafruitAPDS9960Library.tex",
145-
u"AdafruitAPDS9960 Library Documentation",
145+
"AdafruitAPDS9960 Library Documentation",
146146
author,
147147
"manual",
148148
),
@@ -156,7 +156,7 @@
156156
(
157157
master_doc,
158158
"AdafruitAPDS9960library",
159-
u"Adafruit APDS9960 Library Documentation",
159+
"Adafruit APDS9960 Library Documentation",
160160
[author],
161161
1,
162162
)
@@ -171,7 +171,7 @@
171171
(
172172
master_doc,
173173
"AdafruitAPDS9960Library",
174-
u"Adafruit APDS9960 Library Documentation",
174+
"Adafruit APDS9960 Library Documentation",
175175
author,
176176
"AdafruitAPDS9960Library",
177177
"One line description of project.",

0 commit comments

Comments
 (0)