Skip to content

Commit 2625687

Browse files
authored
Merge pull request #41 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents b770bb4 + b9acab8 commit 2625687

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/conf.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@
4040
master_doc = "index"
4141

4242
# General information about the project.
43-
project = u"Adafruit CircuitPython DHT Library"
44-
copyright = u"2017 Mike McWethy"
45-
author = u"Mike McWethy"
43+
project = "Adafruit CircuitPython DHT Library"
44+
copyright = "2017 Mike McWethy"
45+
author = "Mike McWethy"
4646

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

5656
# The language for content autogenerated by Sphinx. Refer to documentation
5757
# for a list of supported languages.
@@ -141,7 +141,7 @@
141141
(
142142
master_doc,
143143
"AdafruitCircuitPythonDHTLibrary.tex",
144-
u"Adafruit CircuitPython DHT Library Documentation",
144+
"Adafruit CircuitPython DHT Library Documentation",
145145
author,
146146
"manual",
147147
),
@@ -155,7 +155,7 @@
155155
(
156156
master_doc,
157157
"adafruitCircuitPythonDHTlibrary",
158-
u"Adafruit CircuitPython DHT Library Documentation",
158+
"Adafruit CircuitPython DHT Library Documentation",
159159
[author],
160160
1,
161161
)
@@ -170,7 +170,7 @@
170170
(
171171
master_doc,
172172
"AdafruitCircuitPythonDHTLibrary",
173-
u"Adafruit CircuitPython DHT Library Documentation",
173+
"Adafruit CircuitPython DHT Library Documentation",
174174
author,
175175
"AdafruitCircuitPythonDHTLibrary",
176176
"One line description of project.",

0 commit comments

Comments
 (0)