Skip to content

Commit 11ea0fb

Browse files
authored
Merge pull request #28 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 42fb061 + 0b8628e commit 11ea0fb

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
@@ -60,18 +60,18 @@
6060
master_doc = "index"
6161

6262
# General information about the project.
63-
project = u"Adafruit CLUE Library"
64-
copyright = u"2020 Kattni Rembor"
65-
author = u"Kattni Rembor"
63+
project = "Adafruit CLUE Library"
64+
copyright = "2020 Kattni Rembor"
65+
author = "Kattni Rembor"
6666

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

7676
# The language for content autogenerated by Sphinx. Refer to documentation
7777
# for a list of supported languages.
@@ -162,7 +162,7 @@
162162
(
163163
master_doc,
164164
"AdafruitCLUELibrary.tex",
165-
u"AdafruitCLUE Library Documentation",
165+
"AdafruitCLUE Library Documentation",
166166
author,
167167
"manual",
168168
),
@@ -176,7 +176,7 @@
176176
(
177177
master_doc,
178178
"AdafruitCLUElibrary",
179-
u"Adafruit CLUE Library Documentation",
179+
"Adafruit CLUE Library Documentation",
180180
[author],
181181
1,
182182
)
@@ -191,7 +191,7 @@
191191
(
192192
master_doc,
193193
"AdafruitCLUELibrary",
194-
u"Adafruit CLUE Library Documentation",
194+
"Adafruit CLUE Library Documentation",
195195
author,
196196
"AdafruitCLUELibrary",
197197
"One line description of project.",

0 commit comments

Comments
 (0)