Skip to content

Commit 93d0abe

Browse files
committed
Black reformatting with Python 3 target.
1 parent 3f06fad commit 93d0abe

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
@@ -50,18 +50,18 @@
5050
master_doc = "index"
5151

5252
# General information about the project.
53-
project = u"Adafruit SEESAW Library"
54-
copyright = u"2017 Dean Miller"
55-
author = u"Dean Miller"
53+
project = "Adafruit SEESAW Library"
54+
copyright = "2017 Dean Miller"
55+
author = "Dean Miller"
5656

5757
# The version info for the project you're documenting, acts as replacement for
5858
# |version| and |release|, also used in various other places throughout the
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = u"1.0"
62+
version = "1.0"
6363
# The full version, including alpha/beta/rc tags.
64-
release = u"1.0"
64+
release = "1.0"
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.
@@ -151,7 +151,7 @@
151151
(
152152
master_doc,
153153
"AdafruitSEESAWLibrary.tex",
154-
u"Adafruit SEESAW Library Documentation",
154+
"Adafruit SEESAW Library Documentation",
155155
author,
156156
"manual",
157157
),
@@ -165,7 +165,7 @@
165165
(
166166
master_doc,
167167
"adafruitSEESAWlibrary",
168-
u"Adafruit SEESAW Library Documentation",
168+
"Adafruit SEESAW Library Documentation",
169169
[author],
170170
1,
171171
)
@@ -180,7 +180,7 @@
180180
(
181181
master_doc,
182182
"AdafruitSEESAWLibrary",
183-
u"Adafruit SEESAW Library Documentation",
183+
"Adafruit SEESAW Library Documentation",
184184
author,
185185
"AdafruitSEESAWLibrary",
186186
"One line description of project.",

0 commit comments

Comments
 (0)