Black reformatting with Python 3 target.

This commit is contained in:
Kattni Rembor 2020-04-08 12:58:09 -04:00
parent c7d24fb76f
commit 02e3ba0f80

View file

@ -58,18 +58,18 @@ source_suffix = ".rst"
master_doc = "index"
# General information about the project.
project = u"Adafruit AMG88xx Library"
copyright = u"2017, Dean Miller for Adafruit Industries"
author = u"Dean Miller"
project = "Adafruit AMG88xx Library"
copyright = "2017, Dean Miller for Adafruit Industries"
author = "Dean Miller"
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = u"1.0"
version = "1.0"
# The full version, including alpha/beta/rc tags.
release = u"1.0"
release = "1.0"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@ -287,8 +287,8 @@ latex_documents = [
(
master_doc,
"AdafruitAMG88xxLibrary.tex",
u"Adafruit AMG88xx Library Documentation",
u"Dean Miller",
"Adafruit AMG88xx Library Documentation",
"Dean Miller",
"manual",
),
]
@ -334,7 +334,7 @@ man_pages = [
(
master_doc,
"adafruitAMG88xxLibrary",
u"Adafruit AMG88xx Library Documentation",
"Adafruit AMG88xx Library Documentation",
[author],
1,
)
@ -354,7 +354,7 @@ texinfo_documents = [
(
master_doc,
"AdafruitAMG88xxLibrary",
u"Adafruit AMG88xx Library Documentation",
"Adafruit AMG88xx Library Documentation",
author,
"AdafruitAMG88xxLibrary",
"One line description of project.",