Skip to content

Commit 8aca7b9

Browse files
authored
Merge pull request #31 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 8afa0d3 + 521ac09 commit 8aca7b9

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
@@ -58,18 +58,18 @@
5858
master_doc = "index"
5959

6060
# General information about the project.
61-
project = u"Adafruit PyBadger Library"
62-
copyright = u"2019 Kattni Rembor"
63-
author = u"Kattni Rembor"
61+
project = "Adafruit PyBadger Library"
62+
copyright = "2019 Kattni Rembor"
63+
author = "Kattni Rembor"
6464

6565
# The version info for the project you're documenting, acts as replacement for
6666
# |version| and |release|, also used in various other places throughout the
6767
# built documents.
6868
#
6969
# The short X.Y version.
70-
version = u"1.0"
70+
version = "1.0"
7171
# The full version, including alpha/beta/rc tags.
72-
release = u"1.0"
72+
release = "1.0"
7373

7474
# The language for content autogenerated by Sphinx. Refer to documentation
7575
# for a list of supported languages.
@@ -160,7 +160,7 @@
160160
(
161161
master_doc,
162162
"AdafruitPyBadgerLibrary.tex",
163-
u"AdafruitPyBadger Library Documentation",
163+
"AdafruitPyBadger Library Documentation",
164164
author,
165165
"manual",
166166
),
@@ -174,7 +174,7 @@
174174
(
175175
master_doc,
176176
"AdafruitPyBadgerlibrary",
177-
u"Adafruit PyBadger Library Documentation",
177+
"Adafruit PyBadger Library Documentation",
178178
[author],
179179
1,
180180
)
@@ -189,7 +189,7 @@
189189
(
190190
master_doc,
191191
"AdafruitPyBadgerLibrary",
192-
u"Adafruit PyBadger Library Documentation",
192+
"Adafruit PyBadger Library Documentation",
193193
author,
194194
"AdafruitPyBadgerLibrary",
195195
"One line description of project.",

0 commit comments

Comments
 (0)