Skip to content

Commit 926e2bc

Browse files
authored
Merge pull request #10 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 7f1175c + 93c3c9a commit 926e2bc

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
@@ -42,18 +42,18 @@
4242
master_doc = "index"
4343

4444
# General information about the project.
45-
project = u"Adafruit TMP007 Library"
46-
copyright = u"2018 Jerry Needell"
47-
author = u"Jerry Needell"
45+
project = "Adafruit TMP007 Library"
46+
copyright = "2018 Jerry Needell"
47+
author = "Jerry Needell"
4848

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

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.
@@ -144,7 +144,7 @@
144144
(
145145
master_doc,
146146
"AdafruitTMP007Library.tex",
147-
u"AdafruitTMP007 Library Documentation",
147+
"AdafruitTMP007 Library Documentation",
148148
author,
149149
"manual",
150150
),
@@ -158,7 +158,7 @@
158158
(
159159
master_doc,
160160
"AdafruitTMP007library",
161-
u"Adafruit TMP007 Library Documentation",
161+
"Adafruit TMP007 Library Documentation",
162162
[author],
163163
1,
164164
)
@@ -173,7 +173,7 @@
173173
(
174174
master_doc,
175175
"AdafruitTMP007Library",
176-
u"Adafruit TMP007 Library Documentation",
176+
"Adafruit TMP007 Library Documentation",
177177
author,
178178
"AdafruitTMP007Library",
179179
"One line description of project.",

0 commit comments

Comments
 (0)