Skip to content

Commit 57cd0da

Browse files
authored
Merge pull request #38 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 9a4bff4 + 3cdab90 commit 57cd0da

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
@@ -45,18 +45,18 @@
4545
master_doc = "index"
4646

4747
# General information about the project.
48-
project = u"Adafruit EPD Library"
49-
copyright = u"2018 Dean Miller"
50-
author = u"Dean Miller"
48+
project = "Adafruit EPD Library"
49+
copyright = "2018 Dean Miller"
50+
author = "Dean Miller"
5151

5252
# The version info for the project you're documenting, acts as replacement for
5353
# |version| and |release|, also used in various other places throughout the
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = u"1.0"
57+
version = "1.0"
5858
# The full version, including alpha/beta/rc tags.
59-
release = u"1.0"
59+
release = "1.0"
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.
@@ -147,7 +147,7 @@
147147
(
148148
master_doc,
149149
"AdafruitEPDLibrary.tex",
150-
u"AdafruitEPD Library Documentation",
150+
"AdafruitEPD Library Documentation",
151151
author,
152152
"manual",
153153
),
@@ -161,7 +161,7 @@
161161
(
162162
master_doc,
163163
"AdafruitEPDlibrary",
164-
u"Adafruit EPD Library Documentation",
164+
"Adafruit EPD Library Documentation",
165165
[author],
166166
1,
167167
)
@@ -176,7 +176,7 @@
176176
(
177177
master_doc,
178178
"AdafruitEPDLibrary",
179-
u"Adafruit EPD Library Documentation",
179+
"Adafruit EPD Library Documentation",
180180
author,
181181
"AdafruitEPDLibrary",
182182
"One line description of project.",

0 commit comments

Comments
 (0)