Skip to content

Commit 0ecce36

Browse files
authored
Merge pull request #56 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents d058374 + fe54dce commit 0ecce36

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

4040
# General information about the project.
41-
project = u"Adafruit CIRCUITPYTHON_ADS1X15 Library"
42-
copyright = u"2017 Carter Nelson"
43-
author = u"Carter Nelson"
41+
project = "Adafruit CIRCUITPYTHON_ADS1X15 Library"
42+
copyright = "2017 Carter Nelson"
43+
author = "Carter Nelson"
4444

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

5454
# The language for content autogenerated by Sphinx. Refer to documentation
5555
# for a list of supported languages.
@@ -139,7 +139,7 @@
139139
(
140140
master_doc,
141141
"AdafruitCIRCUITPYTHON_ADS1X15Library.tex",
142-
u"Adafruit CIRCUITPYTHON_ADS1X15 Library Documentation",
142+
"Adafruit CIRCUITPYTHON_ADS1X15 Library Documentation",
143143
author,
144144
"manual",
145145
),
@@ -153,7 +153,7 @@
153153
(
154154
master_doc,
155155
"adafruitCIRCUITPYTHON_ADS1X15library",
156-
u"Adafruit CIRCUITPYTHON_ADS1X15 Library Documentation",
156+
"Adafruit CIRCUITPYTHON_ADS1X15 Library Documentation",
157157
[author],
158158
1,
159159
)
@@ -168,7 +168,7 @@
168168
(
169169
master_doc,
170170
"AdafruitCIRCUITPYTHON_ADS1X15Library",
171-
u"Adafruit CIRCUITPYTHON_ADS1X15 Library Documentation",
171+
"Adafruit CIRCUITPYTHON_ADS1X15 Library Documentation",
172172
author,
173173
"AdafruitCIRCUITPYTHON_ADS1X15Library",
174174
"One line description of project.",

0 commit comments

Comments
 (0)