Skip to content

Commit f04e24c

Browse files
authored
Merge pull request #12 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents b33ed2a + 6497e90 commit f04e24c

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
@@ -35,18 +35,18 @@
3535
master_doc = "index"
3636

3737
# General information about the project.
38-
project = u"Adafruit MPRLS Library"
39-
copyright = u"2018 ladyada"
40-
author = u"ladyada"
38+
project = "Adafruit MPRLS Library"
39+
copyright = "2018 ladyada"
40+
author = "ladyada"
4141

4242
# The version info for the project you're documenting, acts as replacement for
4343
# |version| and |release|, also used in various other places throughout the
4444
# built documents.
4545
#
4646
# The short X.Y version.
47-
version = u"1.0"
47+
version = "1.0"
4848
# The full version, including alpha/beta/rc tags.
49-
release = u"1.0"
49+
release = "1.0"
5050

5151
# The language for content autogenerated by Sphinx. Refer to documentation
5252
# for a list of supported languages.
@@ -137,7 +137,7 @@
137137
(
138138
master_doc,
139139
"AdafruitMPRLSLibrary.tex",
140-
u"AdafruitMPRLS Library Documentation",
140+
"AdafruitMPRLS Library Documentation",
141141
author,
142142
"manual",
143143
),
@@ -151,7 +151,7 @@
151151
(
152152
master_doc,
153153
"AdafruitMPRLSlibrary",
154-
u"Adafruit MPRLS Library Documentation",
154+
"Adafruit MPRLS Library Documentation",
155155
[author],
156156
1,
157157
)
@@ -166,7 +166,7 @@
166166
(
167167
master_doc,
168168
"AdafruitMPRLSLibrary",
169-
u"Adafruit MPRLS Library Documentation",
169+
"Adafruit MPRLS Library Documentation",
170170
author,
171171
"AdafruitMPRLSLibrary",
172172
"One line description of project.",

0 commit comments

Comments
 (0)