Skip to content

Commit e2e95d2

Browse files
authored
Merge pull request #32 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents feb88c4 + 7568158 commit e2e95d2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/conf.py

+11-11
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@
4343
master_doc = "index"
4444

4545
# General information about the project.
46-
project = u"Adafruit CIRCUITPYTHON_TSL2561 Library"
47-
copyright = u"2017 Carter Nelson"
48-
author = u"Carter Nelson"
46+
project = "Adafruit TSL2561 Library"
47+
copyright = "2017 Carter Nelson"
48+
author = "Carter Nelson"
4949

5050
# The version info for the project you're documenting, acts as replacement for
5151
# |version| and |release|, also used in various other places throughout the
5252
# built documents.
5353
#
5454
# The short X.Y version.
55-
version = u"1.0"
55+
version = "1.0"
5656
# The full version, including alpha/beta/rc tags.
57-
release = u"1.0"
57+
release = "1.0"
5858

5959
# The language for content autogenerated by Sphinx. Refer to documentation
6060
# for a list of supported languages.
@@ -118,7 +118,7 @@
118118
html_favicon = "_static/favicon.ico"
119119

120120
# Output file base name for HTML help builder.
121-
htmlhelp_basename = "AdafruitCIRCUITPYTHON_TSL2561Librarydoc"
121+
htmlhelp_basename = "AdafruitTSL2561Librarydoc"
122122

123123
# -- Options for LaTeX output ---------------------------------------------
124124

@@ -143,8 +143,8 @@
143143
latex_documents = [
144144
(
145145
master_doc,
146-
"AdafruitCIRCUITPYTHON_TSL2561Library.tex",
147-
u"Adafruit CIRCUITPYTHON_TSL2561 Library Documentation",
146+
"AdafruitTSL2561Library.tex",
147+
"Adafruit TSL2561 Library Documentation",
148148
author,
149149
"manual",
150150
),
@@ -157,8 +157,8 @@
157157
man_pages = [
158158
(
159159
master_doc,
160-
"AdafruitCIRCUITPYTHON_TSL2561library",
161-
u"Adafruit CIRCUITPYTHON_TSL2561 Library Documentation",
160+
"AdafruitTSL2561library",
161+
"Adafruit TSL2561 Library Documentation",
162162
[author],
163163
1,
164164
)
@@ -173,7 +173,7 @@
173173
(
174174
master_doc,
175175
"AdafruitCIRCUITPYTHON_TSL2561Library",
176-
u"Adafruit CIRCUITPYTHON_TSL2561 Library Documentation",
176+
"Adafruit CIRCUITPYTHON_TSL2561 Library Documentation",
177177
author,
178178
"AdafruitCIRCUITPYTHON_TSL2561Library",
179179
"One line description of project.",

0 commit comments

Comments
 (0)