Skip to content

Commit 3a0867e

Browse files
authored
Merge pull request #14 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 5aa2a70 + 1894cbb commit 3a0867e

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
@@ -31,18 +31,18 @@
3131
master_doc = "index"
3232

3333
# General information about the project.
34-
project = u"Adafruit am2320 Library"
35-
copyright = u"2017 Limor Fried"
36-
author = u"Limor Fried"
34+
project = "Adafruit am2320 Library"
35+
copyright = "2017 Limor Fried"
36+
author = "Limor Fried"
3737

3838
# The version info for the project you're documenting, acts as replacement for
3939
# |version| and |release|, also used in various other places throughout the
4040
# built documents.
4141
#
4242
# The short X.Y version.
43-
version = u"1.0"
43+
version = "1.0"
4444
# The full version, including alpha/beta/rc tags.
45-
release = u"1.0"
45+
release = "1.0"
4646

4747
# The language for content autogenerated by Sphinx. Refer to documentation
4848
# for a list of supported languages.
@@ -133,7 +133,7 @@
133133
(
134134
master_doc,
135135
"Adafruitam2320Library.tex",
136-
u"Adafruitam2320 Library Documentation",
136+
"Adafruitam2320 Library Documentation",
137137
author,
138138
"manual",
139139
),
@@ -147,7 +147,7 @@
147147
(
148148
master_doc,
149149
"Adafruitam2320library",
150-
u"Adafruit am2320 Library Documentation",
150+
"Adafruit am2320 Library Documentation",
151151
[author],
152152
1,
153153
)
@@ -162,7 +162,7 @@
162162
(
163163
master_doc,
164164
"Adafruitam2320Library",
165-
u"Adafruit am2320 Library Documentation",
165+
"Adafruit am2320 Library Documentation",
166166
author,
167167
"Adafruitam2320Library",
168168
"One line description of project.",

0 commit comments

Comments
 (0)