Skip to content

Commit 0add342

Browse files
authored
Merge pull request #22 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents aa05706 + 0f8a9f0 commit 0add342

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
@@ -38,18 +38,18 @@
3838
master_doc = "index"
3939

4040
# General information about the project.
41-
project = u"Adafruit BMP280 Library"
42-
copyright = u"2017 ladyada"
43-
author = u"ladyada"
41+
project = "Adafruit BMP280 Library"
42+
copyright = "2017 ladyada"
43+
author = "ladyada"
4444

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

5454
# The language for content autogenerated by Sphinx. Refer to documentation
5555
# for a list of supported languages.
@@ -139,7 +139,7 @@
139139
(
140140
master_doc,
141141
"AdafruitBMP280Library.tex",
142-
u"Adafruit BMP280 Library Documentation",
142+
"Adafruit BMP280 Library Documentation",
143143
author,
144144
"manual",
145145
),
@@ -153,7 +153,7 @@
153153
(
154154
master_doc,
155155
"adafruitBMP280library",
156-
u"Adafruit BMP280 Library Documentation",
156+
"Adafruit BMP280 Library Documentation",
157157
[author],
158158
1,
159159
)
@@ -168,7 +168,7 @@
168168
(
169169
master_doc,
170170
"AdafruitBMP280Library",
171-
u"Adafruit BMP280 Library Documentation",
171+
"Adafruit BMP280 Library Documentation",
172172
author,
173173
"AdafruitBMP280Library",
174174
"One line description of project.",

0 commit comments

Comments
 (0)