Skip to content

Commit a1e75f9

Browse files
authored
Merge pull request #6 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 4a1c283 + 2e8cff8 commit a1e75f9

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
@@ -36,18 +36,18 @@
3636
master_doc = "index"
3737

3838
# General information about the project.
39-
project = u"Adafruit ProgressBar Library"
40-
copyright = u"2020 Brent Rubell"
41-
author = u"Brent Rubell"
39+
project = "Adafruit ProgressBar Library"
40+
copyright = "2020 Brent Rubell"
41+
author = "Brent Rubell"
4242

4343
# The version info for the project you're documenting, acts as replacement for
4444
# |version| and |release|, also used in various other places throughout the
4545
# built documents.
4646
#
4747
# The short X.Y version.
48-
version = u"1.0"
48+
version = "1.0"
4949
# The full version, including alpha/beta/rc tags.
50-
release = u"1.0"
50+
release = "1.0"
5151

5252
# The language for content autogenerated by Sphinx. Refer to documentation
5353
# for a list of supported languages.
@@ -138,7 +138,7 @@
138138
(
139139
master_doc,
140140
"AdafruitProgressBarLibrary.tex",
141-
u"AdafruitProgressBar Library Documentation",
141+
"AdafruitProgressBar Library Documentation",
142142
author,
143143
"manual",
144144
),
@@ -152,7 +152,7 @@
152152
(
153153
master_doc,
154154
"AdafruitProgressBarlibrary",
155-
u"Adafruit ProgressBar Library Documentation",
155+
"Adafruit ProgressBar Library Documentation",
156156
[author],
157157
1,
158158
)
@@ -167,7 +167,7 @@
167167
(
168168
master_doc,
169169
"AdafruitProgressBarLibrary",
170-
u"Adafruit ProgressBar Library Documentation",
170+
"Adafruit ProgressBar Library Documentation",
171171
author,
172172
"AdafruitProgressBarLibrary",
173173
"One line description of project.",

0 commit comments

Comments
 (0)