Skip to content

Commit d75654b

Browse files
authored
Merge pull request #18 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents d53ed99 + 87b99f4 commit d75654b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/conf.py

Lines changed: 9 additions & 9 deletions
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 SI7021 Library"
43-
copyright = u"2017 Radomir Dopieralski"
44-
author = u"Radomir Dopieralski"
42+
project = "Adafruit SI7021 Library"
43+
copyright = "2017 Radomir Dopieralski"
44+
author = "Radomir Dopieralski"
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.
@@ -140,8 +140,8 @@
140140
(
141141
master_doc,
142142
"AdafruitSI7021Library.tex",
143-
u"Adafruit SI7021 Library Documentation",
144-
u"Radomir Dopieralski",
143+
"Adafruit SI7021 Library Documentation",
144+
"Radomir Dopieralski",
145145
"manual",
146146
),
147147
]
@@ -154,7 +154,7 @@
154154
(
155155
master_doc,
156156
"adafruitSI7021library",
157-
u"Adafruit SI7021 Library Documentation",
157+
"Adafruit SI7021 Library Documentation",
158158
[author],
159159
1,
160160
)
@@ -169,7 +169,7 @@
169169
(
170170
master_doc,
171171
"AdafruitSI7021Library",
172-
u"Adafruit SI7021 Library Documentation",
172+
"Adafruit SI7021 Library Documentation",
173173
author,
174174
"AdafruitSI7021Library",
175175
"One line description of project.",

0 commit comments

Comments
 (0)