Skip to content

Commit 5a33516

Browse files
committed
Black reformatting with Python 3 target.
1 parent cf25d02 commit 5a33516

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
@@ -41,18 +41,18 @@
4141
master_doc = "index"
4242

4343
# General information about the project.
44-
project = u"Adafruit rfm9x Library"
45-
copyright = u"2018 Tony DiCola"
46-
author = u"Tony DiCola"
44+
project = "Adafruit rfm9x Library"
45+
copyright = "2018 Tony DiCola"
46+
author = "Tony DiCola"
4747

4848
# The version info for the project you're documenting, acts as replacement for
4949
# |version| and |release|, also used in various other places throughout the
5050
# built documents.
5151
#
5252
# The short X.Y version.
53-
version = u"1.0"
53+
version = "1.0"
5454
# The full version, including alpha/beta/rc tags.
55-
release = u"1.0"
55+
release = "1.0"
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.
@@ -143,7 +143,7 @@
143143
(
144144
master_doc,
145145
"Adafruitrfm9xLibrary.tex",
146-
u"Adafruitrfm9x Library Documentation",
146+
"Adafruitrfm9x Library Documentation",
147147
author,
148148
"manual",
149149
),
@@ -157,7 +157,7 @@
157157
(
158158
master_doc,
159159
"Adafruitrfm9xlibrary",
160-
u"Adafruit rfm9x Library Documentation",
160+
"Adafruit rfm9x Library Documentation",
161161
[author],
162162
1,
163163
)
@@ -172,7 +172,7 @@
172172
(
173173
master_doc,
174174
"Adafruitrfm9xLibrary",
175-
u"Adafruit rfm9x Library Documentation",
175+
"Adafruit rfm9x Library Documentation",
176176
author,
177177
"Adafruitrfm9xLibrary",
178178
"One line description of project.",

0 commit comments

Comments
 (0)