Skip to content

Commit 76c0dd1

Browse files
authored
Merge pull request #51 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 3f06fad + 65709c3 commit 76c0dd1

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
@@ -50,18 +50,18 @@
5050
master_doc = "index"
5151

5252
# General information about the project.
53-
project = u"Adafruit SEESAW Library"
54-
copyright = u"2017 Dean Miller"
55-
author = u"Dean Miller"
53+
project = "Adafruit seesaw Library"
54+
copyright = "2017 Dean Miller"
55+
author = "Dean Miller"
5656

5757
# The version info for the project you're documenting, acts as replacement for
5858
# |version| and |release|, also used in various other places throughout the
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = u"1.0"
62+
version = "1.0"
6363
# The full version, including alpha/beta/rc tags.
64-
release = u"1.0"
64+
release = "1.0"
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.
@@ -125,7 +125,7 @@
125125
html_favicon = "_static/favicon.ico"
126126

127127
# Output file base name for HTML help builder.
128-
htmlhelp_basename = "AdafruitSEESAWLibrarydoc"
128+
htmlhelp_basename = "AdafruitseesawLibrarydoc"
129129

130130
# -- Options for LaTeX output ---------------------------------------------
131131

@@ -150,8 +150,8 @@
150150
latex_documents = [
151151
(
152152
master_doc,
153-
"AdafruitSEESAWLibrary.tex",
154-
u"Adafruit SEESAW Library Documentation",
153+
"Adafruitseesawibrary.tex",
154+
"Adafruit seesaw Library Documentation",
155155
author,
156156
"manual",
157157
),
@@ -164,8 +164,8 @@
164164
man_pages = [
165165
(
166166
master_doc,
167-
"adafruitSEESAWlibrary",
168-
u"Adafruit SEESAW Library Documentation",
167+
"adafruitseesawlibrary",
168+
"Adafruit seesaw Library Documentation",
169169
[author],
170170
1,
171171
)
@@ -180,7 +180,7 @@
180180
(
181181
master_doc,
182182
"AdafruitSEESAWLibrary",
183-
u"Adafruit SEESAW Library Documentation",
183+
"Adafruit SEESAW Library Documentation",
184184
author,
185185
"AdafruitSEESAWLibrary",
186186
"One line description of project.",

0 commit comments

Comments
 (0)