Merge pull request #41 from adafruit/black-update
Black reformatting with Python 3 target.
This commit is contained in:
commit
0dc9ef47e5
1 changed files with 9 additions and 9 deletions
18
docs/conf.py
18
docs/conf.py
|
|
@ -74,18 +74,18 @@ source_suffix = ".rst"
|
|||
master_doc = "index"
|
||||
|
||||
# General information about the project.
|
||||
project = u"Adafruit's CCS811 Library"
|
||||
copyright = u"2016, Dean Miller, Scott Shawcroft"
|
||||
author = u"Dean Miller, Scott Shawcroft"
|
||||
project = "Adafruit's CCS811 Library"
|
||||
copyright = "2016, Dean Miller, Scott Shawcroft"
|
||||
author = "Dean Miller, Scott Shawcroft"
|
||||
|
||||
# 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.
|
||||
|
|
@ -306,8 +306,8 @@ latex_documents = [
|
|||
(
|
||||
master_doc,
|
||||
"AdafruitsCCS811Library.tex",
|
||||
u"Adafruit's CCS811 Library Documentation",
|
||||
u"Dean Miller, Scott Shawcroft",
|
||||
"Adafruit's CCS811 Library Documentation",
|
||||
"Dean Miller, Scott Shawcroft",
|
||||
"manual",
|
||||
),
|
||||
]
|
||||
|
|
@ -353,7 +353,7 @@ man_pages = [
|
|||
(
|
||||
master_doc,
|
||||
"AdafruitsCCS811Library23library",
|
||||
u"Adafruit's CCS811 Library Documentation",
|
||||
"Adafruit's CCS811 Library Documentation",
|
||||
[author],
|
||||
1,
|
||||
)
|
||||
|
|
@ -373,7 +373,7 @@ texinfo_documents = [
|
|||
(
|
||||
master_doc,
|
||||
"AdafruitsCCS811Library",
|
||||
u"Adafruit's CCS811 Library Documentation",
|
||||
"Adafruit's CCS811 Library Documentation",
|
||||
author,
|
||||
"AdafruitsCCS811Library",
|
||||
"One line description of project.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue