Skip to content

Commit 4c9a204

Browse files
authored
Merge pull request #15 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 53f69c9 + daff446 commit 4c9a204

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
@@ -39,18 +39,18 @@
3939
master_doc = "index"
4040

4141
# General information about the project.
42-
project = u"Adafruit SI4713 Library"
43-
copyright = u"2017 Tony DiCola"
44-
author = u"Tony DiCola"
42+
project = "Adafruit SI4713 Library"
43+
copyright = "2017 Tony DiCola"
44+
author = "Tony DiCola"
4545

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

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.
@@ -134,7 +134,7 @@
134134
(
135135
master_doc,
136136
"AdafruitSI4713Library.tex",
137-
u"AdafruitSI4713 Library Documentation",
137+
"AdafruitSI4713 Library Documentation",
138138
author,
139139
"manual",
140140
),
@@ -148,7 +148,7 @@
148148
(
149149
master_doc,
150150
"AdafruitSI4713library",
151-
u"Adafruit SI4713 Library Documentation",
151+
"Adafruit SI4713 Library Documentation",
152152
[author],
153153
1,
154154
)
@@ -163,7 +163,7 @@
163163
(
164164
master_doc,
165165
"AdafruitSI4713Library",
166-
u"Adafruit SI4713 Library Documentation",
166+
"Adafruit SI4713 Library Documentation",
167167
author,
168168
"AdafruitSI4713Library",
169169
"One line description of project.",

0 commit comments

Comments
 (0)