Skip to content

Commit 0aecab8

Browse files
authored
Merge pull request #55 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 937a9af + 2568270 commit 0aecab8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/conf.py

+9-9
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 SimpleIO Library"
36-
copyright = u"2017 Scott Shawcroft"
37-
author = u"Scott Shawcroft"
35+
project = "Adafruit CircuitPython SimpleIO Library"
36+
copyright = "2017 Scott Shawcroft"
37+
author = "Scott Shawcroft"
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.
@@ -133,8 +133,8 @@
133133
(
134134
master_doc,
135135
"AdafruitSimpleIOLibrary.tex",
136-
u"Adafruit SimpleIO Library Documentation",
137-
u"Scott Shawcroft",
136+
"Adafruit SimpleIO Library Documentation",
137+
"Scott Shawcroft",
138138
"manual",
139139
),
140140
]
@@ -147,7 +147,7 @@
147147
(
148148
master_doc,
149149
"adafruitSimpleIOlibrary",
150-
u"Adafruit SimpleIO Library Documentation",
150+
"Adafruit SimpleIO Library Documentation",
151151
[author],
152152
1,
153153
)
@@ -162,7 +162,7 @@
162162
(
163163
master_doc,
164164
"AdafruitSimpleIOLibrary",
165-
u"Adafruit SimpleIO Library Documentation",
165+
"Adafruit SimpleIO Library Documentation",
166166
author,
167167
"AdafruitSimpleIOLibrary",
168168
"One line description of project.",

0 commit comments

Comments
 (0)