Skip to content

Commit 04f9254

Browse files
authored
Merge pull request #43 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 368be93 + 8667df8 commit 04f9254

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
@@ -30,18 +30,18 @@
3030
master_doc = "index"
3131

3232
# General information about the project.
33-
project = u"Adafruit GPS Library"
34-
copyright = u"2017 Tony DiCola"
35-
author = u"Tony DiCola"
33+
project = "Adafruit GPS Library"
34+
copyright = "2017 Tony DiCola"
35+
author = "Tony DiCola"
3636

3737
# The version info for the project you're documenting, acts as replacement for
3838
# |version| and |release|, also used in various other places throughout the
3939
# built documents.
4040
#
4141
# The short X.Y version.
42-
version = u"1.0"
42+
version = "1.0"
4343
# The full version, including alpha/beta/rc tags.
44-
release = u"1.0"
44+
release = "1.0"
4545

4646
# The language for content autogenerated by Sphinx. Refer to documentation
4747
# for a list of supported languages.
@@ -131,7 +131,7 @@
131131
(
132132
master_doc,
133133
"AdafruitGPSLibrary.tex",
134-
u"Adafruit GPS Library Documentation",
134+
"Adafruit GPS Library Documentation",
135135
author,
136136
"manual",
137137
),
@@ -145,7 +145,7 @@
145145
(
146146
master_doc,
147147
"adafruitGPSlibrary",
148-
u"Adafruit GPS Library Documentation",
148+
"Adafruit GPS Library Documentation",
149149
[author],
150150
1,
151151
)
@@ -160,7 +160,7 @@
160160
(
161161
master_doc,
162162
"AdafruitGPSLibrary",
163-
u"Adafruit GPS Library Documentation",
163+
"Adafruit GPS Library Documentation",
164164
author,
165165
"AdafruitGPSLibrary",
166166
"One line description of project.",

0 commit comments

Comments
 (0)