Skip to content

Commit e442a9f

Browse files
committed
black with specific target version
1 parent 7699259 commit e442a9f

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 RockBlock Library"
41-
copyright = u"2020 Carter Nelson"
42-
author = u"Carter Nelson"
40+
project = "Adafruit RockBlock Library"
41+
copyright = "2020 Carter Nelson"
42+
author = "Carter Nelson"
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.
@@ -139,7 +139,7 @@
139139
(
140140
master_doc,
141141
"AdafruitRockBlockLibrary.tex",
142-
u"AdafruitRockBlock Library Documentation",
142+
"AdafruitRockBlock Library Documentation",
143143
author,
144144
"manual",
145145
),
@@ -153,7 +153,7 @@
153153
(
154154
master_doc,
155155
"AdafruitRockBlocklibrary",
156-
u"Adafruit RockBlock Library Documentation",
156+
"Adafruit RockBlock Library Documentation",
157157
[author],
158158
1,
159159
)
@@ -168,7 +168,7 @@
168168
(
169169
master_doc,
170170
"AdafruitRockBlockLibrary",
171-
u"Adafruit RockBlock Library Documentation",
171+
"Adafruit RockBlock Library Documentation",
172172
author,
173173
"AdafruitRockBlockLibrary",
174174
"One line description of project.",

0 commit comments

Comments
 (0)