Skip to content

Commit 75a3a0e

Browse files
authored
Merge pull request #28 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 376b20c + d99701e commit 75a3a0e

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
@@ -37,18 +37,18 @@
3737
master_doc = "index"
3838

3939
# General information about the project.
40-
project = u"Adafruit PCA9685 Library"
41-
copyright = u"2016 Radomir Dopieralski, 2017 Scott Shawcroft"
42-
author = u"Radomir Dopieralski"
40+
project = "Adafruit PCA9685 Library"
41+
copyright = "2016 Radomir Dopieralski, 2017 Scott Shawcroft"
42+
author = "Radomir Dopieralski"
4343

4444
# The version info for the project you're documenting, acts as replacement for
4545
# |version| and |release|, also used in various other places throughout the
4646
# built documents.
4747
#
4848
# The short X.Y version.
49-
version = u"1.0"
49+
version = "1.0"
5050
# The full version, including alpha/beta/rc tags.
51-
release = u"1.0"
51+
release = "1.0"
5252

5353
# The language for content autogenerated by Sphinx. Refer to documentation
5454
# for a list of supported languages.
@@ -138,7 +138,7 @@
138138
(
139139
master_doc,
140140
"AdafruitPCA9685Library.tex",
141-
u"Adafruit PCA9685 Library Documentation",
141+
"Adafruit PCA9685 Library Documentation",
142142
author,
143143
"manual",
144144
),
@@ -152,7 +152,7 @@
152152
(
153153
master_doc,
154154
"adafruitPCA9685library",
155-
u"Adafruit PCA9685 Library Documentation",
155+
"Adafruit PCA9685 Library Documentation",
156156
[author],
157157
1,
158158
)
@@ -167,7 +167,7 @@
167167
(
168168
master_doc,
169169
"AdafruitPCA9685Library",
170-
u"Adafruit PCA9685 Library Documentation",
170+
"Adafruit PCA9685 Library Documentation",
171171
author,
172172
"AdafruitPCA9685Library",
173173
"One line description of project.",

0 commit comments

Comments
 (0)