Skip to content

Commit 96ee995

Browse files
authored
Merge pull request #33 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents a84bc91 + 2cd26f0 commit 96ee995

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/conf.py

Lines changed: 9 additions & 9 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 SD Card Library"
41-
copyright = u"2017 Scott Shawcroft"
42-
author = u"Scott Shawcroft"
40+
project = "Adafruit SD Card Library"
41+
copyright = "2017 Scott Shawcroft"
42+
author = "Scott Shawcroft"
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,8 +138,8 @@
138138
(
139139
master_doc,
140140
"AdafruitSD CardLibrary.tex",
141-
u"Adafruit SD Card Library Documentation",
142-
u"Phiilip Moyer",
141+
"Adafruit SD Card Library Documentation",
142+
"Phiilip Moyer",
143143
"manual",
144144
),
145145
]
@@ -152,7 +152,7 @@
152152
(
153153
master_doc,
154154
"adafruitSD Cardlibrary",
155-
u"Adafruit SD Card Library Documentation",
155+
"Adafruit SD Card Library Documentation",
156156
[author],
157157
1,
158158
)
@@ -167,7 +167,7 @@
167167
(
168168
master_doc,
169169
"AdafruitSD CardLibrary",
170-
u"Adafruit SD Card Library Documentation",
170+
"Adafruit SD Card Library Documentation",
171171
author,
172172
"AdafruitSD CardLibrary",
173173
"One line description of project.",

0 commit comments

Comments
 (0)