Skip to content

Commit e781a72

Browse files
authored
Merge pull request #17 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 0990b9c + 939e29b commit e781a72

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

4747
# General information about the project.
48-
project = u"Adafruit FRAM Library"
49-
copyright = u"2018 Michael Schroeder"
50-
author = u"Michael Schroeder"
48+
project = "Adafruit FRAM Library"
49+
copyright = "2018 Michael Schroeder"
50+
author = "Michael Schroeder"
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
"AdafruitFRAMLibrary.tex",
150-
u"AdafruitFRAM Library Documentation",
150+
"AdafruitFRAM Library Documentation",
151151
author,
152152
"manual",
153153
),
@@ -161,7 +161,7 @@
161161
(
162162
master_doc,
163163
"AdafruitFRAMlibrary",
164-
u"Adafruit FRAM Library Documentation",
164+
"Adafruit FRAM Library Documentation",
165165
[author],
166166
1,
167167
)
@@ -176,7 +176,7 @@
176176
(
177177
master_doc,
178178
"AdafruitFRAMLibrary",
179-
u"Adafruit FRAM Library Documentation",
179+
"Adafruit FRAM Library Documentation",
180180
author,
181181
"AdafruitFRAMLibrary",
182182
"One line description of project.",

0 commit comments

Comments
 (0)