Skip to content

Commit 0dc9ef4

Browse files
authored
Merge pull request #41 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 16946ee + 39ced7d commit 0dc9ef4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/conf.py

+9-9
Original file line numberDiff line numberDiff line change
@@ -74,18 +74,18 @@
7474
master_doc = "index"
7575

7676
# General information about the project.
77-
project = u"Adafruit's CCS811 Library"
78-
copyright = u"2016, Dean Miller, Scott Shawcroft"
79-
author = u"Dean Miller, Scott Shawcroft"
77+
project = "Adafruit's CCS811 Library"
78+
copyright = "2016, Dean Miller, Scott Shawcroft"
79+
author = "Dean Miller, Scott Shawcroft"
8080

8181
# The version info for the project you're documenting, acts as replacement for
8282
# |version| and |release|, also used in various other places throughout the
8383
# built documents.
8484
#
8585
# The short X.Y version.
86-
version = u"1.0"
86+
version = "1.0"
8787
# The full version, including alpha/beta/rc tags.
88-
release = u"1.0"
88+
release = "1.0"
8989

9090
# The language for content autogenerated by Sphinx. Refer to documentation
9191
# for a list of supported languages.
@@ -306,8 +306,8 @@
306306
(
307307
master_doc,
308308
"AdafruitsCCS811Library.tex",
309-
u"Adafruit's CCS811 Library Documentation",
310-
u"Dean Miller, Scott Shawcroft",
309+
"Adafruit's CCS811 Library Documentation",
310+
"Dean Miller, Scott Shawcroft",
311311
"manual",
312312
),
313313
]
@@ -353,7 +353,7 @@
353353
(
354354
master_doc,
355355
"AdafruitsCCS811Library23library",
356-
u"Adafruit's CCS811 Library Documentation",
356+
"Adafruit's CCS811 Library Documentation",
357357
[author],
358358
1,
359359
)
@@ -373,7 +373,7 @@
373373
(
374374
master_doc,
375375
"AdafruitsCCS811Library",
376-
u"Adafruit's CCS811 Library Documentation",
376+
"Adafruit's CCS811 Library Documentation",
377377
author,
378378
"AdafruitsCCS811Library",
379379
"One line description of project.",

0 commit comments

Comments
 (0)