Skip to content

Commit ccc822d

Browse files
authored
Merge pull request #33 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 5b13f04 + 848370a commit ccc822d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/conf.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@
4242
master_doc = "index"
4343

4444
# General information about the project.
45-
project = u"Adafruit PN532 Library"
46-
copyright = u"2018 ladyada"
47-
author = u"ladyada"
45+
project = "Adafruit PN532 Library"
46+
copyright = "2018 ladyada"
47+
author = "ladyada"
4848

4949
# The version info for the project you're documenting, acts as replacement for
5050
# |version| and |release|, also used in various other places throughout the
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = u"1.0"
54+
version = "1.0"
5555
# The full version, including alpha/beta/rc tags.
56-
release = u"1.0"
56+
release = "1.0"
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.
@@ -144,7 +144,7 @@
144144
(
145145
master_doc,
146146
"AdafruitPN532Library.tex",
147-
u"AdafruitPN532 Library Documentation",
147+
"AdafruitPN532 Library Documentation",
148148
author,
149149
"manual",
150150
),
@@ -158,7 +158,7 @@
158158
(
159159
master_doc,
160160
"AdafruitPN532library",
161-
u"Adafruit PN532 Library Documentation",
161+
"Adafruit PN532 Library Documentation",
162162
[author],
163163
1,
164164
)
@@ -173,7 +173,7 @@
173173
(
174174
master_doc,
175175
"AdafruitPN532Library",
176-
u"Adafruit PN532 Library Documentation",
176+
"Adafruit PN532 Library Documentation",
177177
author,
178178
"AdafruitPN532Library",
179179
"One line description of project.",

0 commit comments

Comments
 (0)