Skip to content

Commit 4cdf1ff

Browse files
authored
Merge pull request #12 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 8647560 + 58405b8 commit 4cdf1ff

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
@@ -50,18 +50,18 @@
5050
master_doc = "index"
5151

5252
# General information about the project.
53-
project = u"Adafruit VEML7700 Library"
54-
copyright = u"2019 Kattni Rembor"
55-
author = u"Kattni Rembor"
53+
project = "Adafruit VEML7700 Library"
54+
copyright = "2019 Kattni Rembor"
55+
author = "Kattni Rembor"
5656

5757
# The version info for the project you're documenting, acts as replacement for
5858
# |version| and |release|, also used in various other places throughout the
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = u"1.0"
62+
version = "1.0"
6363
# The full version, including alpha/beta/rc tags.
64-
release = u"1.0"
64+
release = "1.0"
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.
@@ -152,7 +152,7 @@
152152
(
153153
master_doc,
154154
"AdafruitVEML7700Library.tex",
155-
u"AdafruitVEML7700 Library Documentation",
155+
"AdafruitVEML7700 Library Documentation",
156156
author,
157157
"manual",
158158
),
@@ -166,7 +166,7 @@
166166
(
167167
master_doc,
168168
"AdafruitVEML7700library",
169-
u"Adafruit VEML7700 Library Documentation",
169+
"Adafruit VEML7700 Library Documentation",
170170
[author],
171171
1,
172172
)
@@ -181,7 +181,7 @@
181181
(
182182
master_doc,
183183
"AdafruitVEML7700Library",
184-
u"Adafruit VEML7700 Library Documentation",
184+
"Adafruit VEML7700 Library Documentation",
185185
author,
186186
"AdafruitVEML7700Library",
187187
"One line description of project.",

0 commit comments

Comments
 (0)