Skip to content

Commit 6c2a333

Browse files
authored
Merge pull request #17 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 13cfcf0 + 455e5ba commit 6c2a333

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/conf.py

+12-12
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,18 @@
4646
master_doc = "index"
4747

4848
# General information about the project.
49-
project = u"Adafruit pixie Library"
50-
copyright = u"2018 Limor Fried"
51-
author = u"Limor Fried"
49+
project = "Adafruit Pixie Library"
50+
copyright = "2018 Limor Fried"
51+
author = "Limor Fried"
5252

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

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.
@@ -147,8 +147,8 @@
147147
latex_documents = [
148148
(
149149
master_doc,
150-
"AdafruitpixieLibrary.tex",
151-
u"Adafruitpixie Library Documentation",
150+
"AdafruitPixieLibrary.tex",
151+
"Adafruit Pixie Library Documentation",
152152
author,
153153
"manual",
154154
),
@@ -161,8 +161,8 @@
161161
man_pages = [
162162
(
163163
master_doc,
164-
"Adafruitpixielibrary",
165-
u"Adafruit pixie Library Documentation",
164+
"AdafruitPixielibrary",
165+
"Adafruit Pixie Library Documentation",
166166
[author],
167167
1,
168168
)
@@ -176,10 +176,10 @@
176176
texinfo_documents = [
177177
(
178178
master_doc,
179-
"AdafruitpixieLibrary",
180-
u"Adafruit pixie Library Documentation",
179+
"AdafruitPixieLibrary",
180+
"Adafruit Pixie Library Documentation",
181181
author,
182-
"AdafruitpixieLibrary",
182+
"AdafruitPixieLibrary",
183183
"One line description of project.",
184184
"Miscellaneous",
185185
),

0 commit comments

Comments
 (0)