Black reformatting with Python 3 target.
This commit is contained in:
parent
c7d24fb76f
commit
02e3ba0f80
1 changed files with 9 additions and 9 deletions
18
docs/conf.py
18
docs/conf.py
|
|
@ -58,18 +58,18 @@ source_suffix = ".rst"
|
||||||
master_doc = "index"
|
master_doc = "index"
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u"Adafruit AMG88xx Library"
|
project = "Adafruit AMG88xx Library"
|
||||||
copyright = u"2017, Dean Miller for Adafruit Industries"
|
copyright = "2017, Dean Miller for Adafruit Industries"
|
||||||
author = u"Dean Miller"
|
author = "Dean Miller"
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = u"1.0"
|
version = "1.0"
|
||||||
# The full version, including alpha/beta/rc tags.
|
# 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
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
@ -287,8 +287,8 @@ latex_documents = [
|
||||||
(
|
(
|
||||||
master_doc,
|
master_doc,
|
||||||
"AdafruitAMG88xxLibrary.tex",
|
"AdafruitAMG88xxLibrary.tex",
|
||||||
u"Adafruit AMG88xx Library Documentation",
|
"Adafruit AMG88xx Library Documentation",
|
||||||
u"Dean Miller",
|
"Dean Miller",
|
||||||
"manual",
|
"manual",
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
@ -334,7 +334,7 @@ man_pages = [
|
||||||
(
|
(
|
||||||
master_doc,
|
master_doc,
|
||||||
"adafruitAMG88xxLibrary",
|
"adafruitAMG88xxLibrary",
|
||||||
u"Adafruit AMG88xx Library Documentation",
|
"Adafruit AMG88xx Library Documentation",
|
||||||
[author],
|
[author],
|
||||||
1,
|
1,
|
||||||
)
|
)
|
||||||
|
|
@ -354,7 +354,7 @@ texinfo_documents = [
|
||||||
(
|
(
|
||||||
master_doc,
|
master_doc,
|
||||||
"AdafruitAMG88xxLibrary",
|
"AdafruitAMG88xxLibrary",
|
||||||
u"Adafruit AMG88xx Library Documentation",
|
"Adafruit AMG88xx Library Documentation",
|
||||||
author,
|
author,
|
||||||
"AdafruitAMG88xxLibrary",
|
"AdafruitAMG88xxLibrary",
|
||||||
"One line description of project.",
|
"One line description of project.",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue