Skip to content

Commit b7e88db

Browse files
authored
Merge pull request #15 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 5db5361 + 95beff9 commit b7e88db

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/conf.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,18 @@
4545
master_doc = "index"
4646

4747
# General information about the project.
48-
project = u"Adafruit CAP1188 Library"
49-
copyright = u"2018 Carter Nelson"
50-
author = u"Carter Nelson"
48+
project = "Adafruit CAP1188 Library"
49+
copyright = "2018 Carter Nelson"
50+
author = "Carter Nelson"
5151

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

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.
@@ -147,7 +147,7 @@
147147
(
148148
master_doc,
149149
"AdafruitCAP1188Library.tex",
150-
u"AdafruitCAP1188 Library Documentation",
150+
"AdafruitCAP1188 Library Documentation",
151151
author,
152152
"manual",
153153
),
@@ -161,7 +161,7 @@
161161
(
162162
master_doc,
163163
"AdafruitCAP1188library",
164-
u"Adafruit CAP1188 Library Documentation",
164+
"Adafruit CAP1188 Library Documentation",
165165
[author],
166166
1,
167167
)
@@ -176,7 +176,7 @@
176176
(
177177
master_doc,
178178
"AdafruitCAP1188Library",
179-
u"Adafruit CAP1188 Library Documentation",
179+
"Adafruit CAP1188 Library Documentation",
180180
author,
181181
"AdafruitCAP1188Library",
182182
"One line description of project.",

0 commit comments

Comments
 (0)