Skip to content

Commit 07ad69e

Browse files
authored
Merge pull request #11 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents d0b6ca4 + 02ab59b commit 07ad69e

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 MatrixKeypad Library"
51-
copyright = u"2018 ladyada"
52-
author = u"ladyada"
50+
project = "Adafruit MatrixKeypad Library"
51+
copyright = "2018 ladyada"
52+
author = "ladyada"
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
"AdafruitMatrixKeypadLibrary.tex",
152-
u"AdafruitMatrixKeypad Library Documentation",
152+
"AdafruitMatrixKeypad Library Documentation",
153153
author,
154154
"manual",
155155
),
@@ -163,7 +163,7 @@
163163
(
164164
master_doc,
165165
"AdafruitMatrixKeypadlibrary",
166-
u"Adafruit MatrixKeypad Library Documentation",
166+
"Adafruit MatrixKeypad Library Documentation",
167167
[author],
168168
1,
169169
)
@@ -178,7 +178,7 @@
178178
(
179179
master_doc,
180180
"AdafruitMatrixKeypadLibrary",
181-
u"Adafruit MatrixKeypad Library Documentation",
181+
"Adafruit MatrixKeypad Library Documentation",
182182
author,
183183
"AdafruitMatrixKeypadLibrary",
184184
"One line description of project.",

0 commit comments

Comments
 (0)