Skip to content

Commit 02e3ba0

Browse files
committed
Black reformatting with Python 3 target.
1 parent c7d24fb commit 02e3ba0

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
@@ -58,18 +58,18 @@
5858
master_doc = "index"
5959

6060
# General information about the project.
61-
project = u"Adafruit AMG88xx Library"
62-
copyright = u"2017, Dean Miller for Adafruit Industries"
63-
author = u"Dean Miller"
61+
project = "Adafruit AMG88xx Library"
62+
copyright = "2017, Dean Miller for Adafruit Industries"
63+
author = "Dean Miller"
6464

6565
# The version info for the project you're documenting, acts as replacement for
6666
# |version| and |release|, also used in various other places throughout the
6767
# built documents.
6868
#
6969
# The short X.Y version.
70-
version = u"1.0"
70+
version = "1.0"
7171
# The full version, including alpha/beta/rc tags.
72-
release = u"1.0"
72+
release = "1.0"
7373

7474
# The language for content autogenerated by Sphinx. Refer to documentation
7575
# for a list of supported languages.
@@ -287,8 +287,8 @@
287287
(
288288
master_doc,
289289
"AdafruitAMG88xxLibrary.tex",
290-
u"Adafruit AMG88xx Library Documentation",
291-
u"Dean Miller",
290+
"Adafruit AMG88xx Library Documentation",
291+
"Dean Miller",
292292
"manual",
293293
),
294294
]
@@ -334,7 +334,7 @@
334334
(
335335
master_doc,
336336
"adafruitAMG88xxLibrary",
337-
u"Adafruit AMG88xx Library Documentation",
337+
"Adafruit AMG88xx Library Documentation",
338338
[author],
339339
1,
340340
)
@@ -354,7 +354,7 @@
354354
(
355355
master_doc,
356356
"AdafruitAMG88xxLibrary",
357-
u"Adafruit AMG88xx Library Documentation",
357+
"Adafruit AMG88xx Library Documentation",
358358
author,
359359
"AdafruitAMG88xxLibrary",
360360
"One line description of project.",

0 commit comments

Comments
 (0)