Skip to content

Commit 081f413

Browse files
authored
Merge pull request #18 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents aeb860a + 5d453dd commit 081f413

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 MAX31855 Library"
43-
copyright = u"2017 Radomir Dopieralski"
44-
author = u"Radomir Dopieralski"
42+
project = "Adafruit MAX31855 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.
@@ -139,8 +139,8 @@
139139
(
140140
master_doc,
141141
"AdafruitMAX31855Library.tex",
142-
u"Adafruit MAX31855 Library Documentation",
143-
u"Radomir Dopieralski",
142+
"Adafruit MAX31855 Library Documentation",
143+
"Radomir Dopieralski",
144144
"manual",
145145
),
146146
]
@@ -153,7 +153,7 @@
153153
(
154154
master_doc,
155155
"adafruitMAX31855library",
156-
u"Adafruit MAX31855 Library Documentation",
156+
"Adafruit MAX31855 Library Documentation",
157157
[author],
158158
1,
159159
)
@@ -168,7 +168,7 @@
168168
(
169169
master_doc,
170170
"AdafruitMAX31855Library",
171-
u"Adafruit MAX31855 Library Documentation",
171+
"Adafruit MAX31855 Library Documentation",
172172
author,
173173
"AdafruitMAX31855Library",
174174
"One line description of project.",

0 commit comments

Comments
 (0)