Skip to content

Commit 86be2dd

Browse files
authored
Merge pull request #11 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 361e8ec + f034d39 commit 86be2dd

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
@@ -46,18 +46,18 @@
4646
master_doc = "index"
4747

4848
# General information about the project.
49-
project = u"Adafruit HTU21D Library"
50-
copyright = u"2018 ktown"
51-
author = u"ktown"
49+
project = "Adafruit HTU21D Library"
50+
copyright = "2018 ktown"
51+
author = "ktown"
5252

5353
# The version info for the project you're documenting, acts as replacement for
5454
# |version| and |release|, also used in various other places throughout the
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = u"1.0"
58+
version = "1.0"
5959
# The full version, including alpha/beta/rc tags.
60-
release = u"1.0"
60+
release = "1.0"
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.
@@ -148,7 +148,7 @@
148148
(
149149
master_doc,
150150
"AdafruitHTU21DLibrary.tex",
151-
u"AdafruitHTU21D Library Documentation",
151+
"AdafruitHTU21D Library Documentation",
152152
author,
153153
"manual",
154154
),
@@ -162,7 +162,7 @@
162162
(
163163
master_doc,
164164
"AdafruitHTU21Dlibrary",
165-
u"Adafruit HTU21D Library Documentation",
165+
"Adafruit HTU21D Library Documentation",
166166
[author],
167167
1,
168168
)
@@ -177,7 +177,7 @@
177177
(
178178
master_doc,
179179
"AdafruitHTU21DLibrary",
180-
u"Adafruit HTU21D Library Documentation",
180+
"Adafruit HTU21D Library Documentation",
181181
author,
182182
"AdafruitHTU21DLibrary",
183183
"One line description of project.",

0 commit comments

Comments
 (0)