Skip to content

Commit 74db72c

Browse files
authored
Merge pull request #30 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents d182f6b + 96e7faf commit 74db72c

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
@@ -34,18 +34,18 @@
3434
master_doc = "index"
3535

3636
# General information about the project.
37-
project = u"Adafruit BME680 Library"
38-
copyright = u"2017 ladyada"
39-
author = u"ladyada"
37+
project = "Adafruit BME680 Library"
38+
copyright = "2017 ladyada"
39+
author = "ladyada"
4040

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

5050
# The language for content autogenerated by Sphinx. Refer to documentation
5151
# for a list of supported languages.
@@ -135,7 +135,7 @@
135135
(
136136
master_doc,
137137
"AdafruitBME680Library.tex",
138-
u"Adafruit BME680 Library Documentation",
138+
"Adafruit BME680 Library Documentation",
139139
author,
140140
"manual",
141141
),
@@ -149,7 +149,7 @@
149149
(
150150
master_doc,
151151
"adafruitBME680library",
152-
u"Adafruit BME680 Library Documentation",
152+
"Adafruit BME680 Library Documentation",
153153
[author],
154154
1,
155155
)
@@ -164,7 +164,7 @@
164164
(
165165
master_doc,
166166
"AdafruitBME680Library",
167-
u"Adafruit BME680 Library Documentation",
167+
"Adafruit BME680 Library Documentation",
168168
author,
169169
"AdafruitBME680Library",
170170
"One line description of project.",

0 commit comments

Comments
 (0)