Skip to content

Commit 167bfbb

Browse files
committed
Black reformatting with Python 3 target.
1 parent c70f306 commit 167bfbb

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
@@ -35,18 +35,18 @@
3535
master_doc = "index"
3636

3737
# General information about the project.
38-
project = u"Adafruit THERMISTOR Library"
39-
copyright = u"2017 Scott Shawcroft"
40-
author = u"Scott Shawcroft"
38+
project = "Adafruit THERMISTOR Library"
39+
copyright = "2017 Scott Shawcroft"
40+
author = "Scott Shawcroft"
4141

4242
# The version info for the project you're documenting, acts as replacement for
4343
# |version| and |release|, also used in various other places throughout the
4444
# built documents.
4545
#
4646
# The short X.Y version.
47-
version = u"1.0"
47+
version = "1.0"
4848
# The full version, including alpha/beta/rc tags.
49-
release = u"1.0"
49+
release = "1.0"
5050

5151
# The language for content autogenerated by Sphinx. Refer to documentation
5252
# for a list of supported languages.
@@ -136,8 +136,8 @@
136136
(
137137
master_doc,
138138
"AdafruitTHERMISTORLibrary.tex",
139-
u"Adafruit THERMISTOR Library Documentation",
140-
u"Phiilip Moyer",
139+
"Adafruit THERMISTOR Library Documentation",
140+
"Phiilip Moyer",
141141
"manual",
142142
),
143143
]
@@ -150,7 +150,7 @@
150150
(
151151
master_doc,
152152
"AdafruitTHERMISTORlibrary",
153-
u"Adafruit THERMISTOR Library Documentation",
153+
"Adafruit THERMISTOR Library Documentation",
154154
[author],
155155
1,
156156
)
@@ -165,7 +165,7 @@
165165
(
166166
master_doc,
167167
"AdafruitTHERMISTORLibrary",
168-
u"Adafruit THERMISTOR Library Documentation",
168+
"Adafruit THERMISTOR Library Documentation",
169169
author,
170170
"AdafruitTHERMISTORLibrary",
171171
"One line description of project.",

0 commit comments

Comments
 (0)