Skip to content

Commit 2094d11

Browse files
authored
Merge pull request #9 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 4072d0c + 8b6fdd7 commit 2094d11

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 LIS3MDL Library"
49-
copyright = u"2020 Bryan Siepert"
50-
author = u"Bryan Siepert"
48+
project = "Adafruit LIS3MDL Library"
49+
copyright = "2020 Bryan Siepert"
50+
author = "Bryan Siepert"
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
"AdafruitLIS3MDLLibrary.tex",
150-
u"AdafruitLIS3MDL Library Documentation",
150+
"AdafruitLIS3MDL Library Documentation",
151151
author,
152152
"manual",
153153
),
@@ -161,7 +161,7 @@
161161
(
162162
master_doc,
163163
"AdafruitLIS3MDLlibrary",
164-
u"Adafruit LIS3MDL Library Documentation",
164+
"Adafruit LIS3MDL Library Documentation",
165165
[author],
166166
1,
167167
)
@@ -176,7 +176,7 @@
176176
(
177177
master_doc,
178178
"AdafruitLIS3MDLLibrary",
179-
u"Adafruit LIS3MDL Library Documentation",
179+
"Adafruit LIS3MDL Library Documentation",
180180
author,
181181
"AdafruitLIS3MDLLibrary",
182182
"One line description of project.",

0 commit comments

Comments
 (0)