Skip to content

Commit 464266d

Browse files
authored
Merge pull request #79 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 757d2b7 + 180fc1a commit 464266d

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
@@ -32,18 +32,18 @@
3232
master_doc = "index"
3333

3434
# General information about the project.
35-
project = u"Adafruit CircuitPython NeoPixel Library"
36-
copyright = u"2017 Scott Shawcroft & Damien P. George"
37-
author = u"Scott Shawcroft & Damien P. George"
35+
project = "Adafruit CircuitPython NeoPixel Library"
36+
copyright = "2017 Scott Shawcroft & Damien P. George"
37+
author = "Scott Shawcroft & Damien P. George"
3838

3939
# The version info for the project you're documenting, acts as replacement for
4040
# |version| and |release|, also used in various other places throughout the
4141
# built documents.
4242
#
4343
# The short X.Y version.
44-
version = u"1.0"
44+
version = "1.0"
4545
# The full version, including alpha/beta/rc tags.
46-
release = u"1.0"
46+
release = "1.0"
4747

4848
# The language for content autogenerated by Sphinx. Refer to documentation
4949
# for a list of supported languages.
@@ -132,7 +132,7 @@
132132
(
133133
master_doc,
134134
"AdafruitNeoPixelLibrary.tex",
135-
u"Adafruit NeoPixel Library Documentation",
135+
"Adafruit NeoPixel Library Documentation",
136136
author,
137137
"manual",
138138
),
@@ -146,7 +146,7 @@
146146
(
147147
master_doc,
148148
"adafruitneoPixellibrary",
149-
u"Adafruit NeoPixel Library Documentation",
149+
"Adafruit NeoPixel Library Documentation",
150150
[author],
151151
1,
152152
)
@@ -161,7 +161,7 @@
161161
(
162162
master_doc,
163163
"AdafruitNeoPixelLibrary",
164-
u"Adafruit NeoPixel Library Documentation",
164+
"Adafruit NeoPixel Library Documentation",
165165
author,
166166
"AdafruitNeoPixelLibrary",
167167
"One line description of project.",

0 commit comments

Comments
 (0)