Skip to content

Commit 75a700f

Browse files
committed
Black reformatting with Python 3 target.
1 parent 289c140 commit 75a700f

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
@@ -47,18 +47,18 @@
4747
master_doc = "index"
4848

4949
# General information about the project.
50-
project = u"Adafruit Crickit Library"
51-
copyright = u"2018 Dan Halbert"
52-
author = u"Dan Halbert"
50+
project = "Adafruit Crickit Library"
51+
copyright = "2018 Dan Halbert"
52+
author = "Dan Halbert"
5353

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

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.
@@ -149,7 +149,7 @@
149149
(
150150
master_doc,
151151
"AdafruitCrickitLibrary.tex",
152-
u"AdafruitCrickit Library Documentation",
152+
"AdafruitCrickit Library Documentation",
153153
author,
154154
"manual",
155155
),
@@ -163,7 +163,7 @@
163163
(
164164
master_doc,
165165
"AdafruitCrickitLibrary",
166-
u"Adafruit Crickit Library Documentation",
166+
"Adafruit Crickit Library Documentation",
167167
[author],
168168
1,
169169
)
@@ -178,7 +178,7 @@
178178
(
179179
master_doc,
180180
"AdafruitCrickitLibrary",
181-
u"Adafruit Crickit Library Documentation",
181+
"Adafruit Crickit Library Documentation",
182182
author,
183183
"AdafruitCrickitLibrary",
184184
"One line description of project.",

0 commit comments

Comments
 (0)