Skip to content

Commit 3bf1545

Browse files
authored
Merge pull request #15 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents edc2c37 + 93c032c commit 3bf1545

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
@@ -40,18 +40,18 @@
4040
master_doc = "index"
4141

4242
# General information about the project.
43-
project = u"Adafruit ATECC Library"
44-
copyright = u"2019 Brent Rubell"
45-
author = u"Brent Rubell"
43+
project = "Adafruit ATECC Library"
44+
copyright = "2019 Brent Rubell"
45+
author = "Brent Rubell"
4646

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

5656
# The language for content autogenerated by Sphinx. Refer to documentation
5757
# for a list of supported languages.
@@ -142,7 +142,7 @@
142142
(
143143
master_doc,
144144
"AdafruitATECCLibrary.tex",
145-
u"AdafruitATECC Library Documentation",
145+
"AdafruitATECC Library Documentation",
146146
author,
147147
"manual",
148148
),
@@ -156,7 +156,7 @@
156156
(
157157
master_doc,
158158
"AdafruitATECClibrary",
159-
u"Adafruit ATECC Library Documentation",
159+
"Adafruit ATECC Library Documentation",
160160
[author],
161161
1,
162162
)
@@ -171,7 +171,7 @@
171171
(
172172
master_doc,
173173
"AdafruitATECCLibrary",
174-
u"Adafruit ATECC Library Documentation",
174+
"Adafruit ATECC Library Documentation",
175175
author,
176176
"AdafruitATECCLibrary",
177177
"One line description of project.",

0 commit comments

Comments
 (0)