Skip to content

Commit 3868eda

Browse files
authored
Merge pull request #11 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 4080bdb + 914bdeb commit 3868eda

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
@@ -51,18 +51,18 @@
5151
master_doc = "index"
5252

5353
# General information about the project.
54-
project = u"Adafruit INA260 Library"
55-
copyright = u"2019 Bryan Siepert"
56-
author = u"Bryan Siepert"
54+
project = "Adafruit INA260 Library"
55+
copyright = "2019 Bryan Siepert"
56+
author = "Bryan Siepert"
5757

5858
# The version info for the project you're documenting, acts as replacement for
5959
# |version| and |release|, also used in various other places throughout the
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = u"1.0"
63+
version = "1.0"
6464
# The full version, including alpha/beta/rc tags.
65-
release = u"1.0"
65+
release = "1.0"
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.
@@ -153,7 +153,7 @@
153153
(
154154
master_doc,
155155
"AdafruitINA260Library.tex",
156-
u"AdafruitINA260 Library Documentation",
156+
"AdafruitINA260 Library Documentation",
157157
author,
158158
"manual",
159159
),
@@ -167,7 +167,7 @@
167167
(
168168
master_doc,
169169
"AdafruitINA260library",
170-
u"Adafruit INA260 Library Documentation",
170+
"Adafruit INA260 Library Documentation",
171171
[author],
172172
1,
173173
)
@@ -182,7 +182,7 @@
182182
(
183183
master_doc,
184184
"AdafruitINA260Library",
185-
u"Adafruit INA260 Library Documentation",
185+
"Adafruit INA260 Library Documentation",
186186
author,
187187
"AdafruitINA260Library",
188188
"One line description of project.",

0 commit comments

Comments
 (0)