Skip to content

Commit 8e2237d

Browse files
authored
Merge pull request #41 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents cf25d02 + e657e56 commit 8e2237d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/conf.py

+12-12
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.
@@ -142,8 +142,8 @@
142142
latex_documents = [
143143
(
144144
master_doc,
145-
"Adafruitrfm9xLibrary.tex",
146-
u"Adafruitrfm9x Library Documentation",
145+
"AdafruitRFM9xLibrary.tex",
146+
"Adafruit RFM9x Library Documentation",
147147
author,
148148
"manual",
149149
),
@@ -156,8 +156,8 @@
156156
man_pages = [
157157
(
158158
master_doc,
159-
"Adafruitrfm9xlibrary",
160-
u"Adafruit rfm9x Library Documentation",
159+
"AdafruitRFM9xlibrary",
160+
"Adafruit RFM9x Library Documentation",
161161
[author],
162162
1,
163163
)
@@ -171,10 +171,10 @@
171171
texinfo_documents = [
172172
(
173173
master_doc,
174-
"Adafruitrfm9xLibrary",
175-
u"Adafruit rfm9x Library Documentation",
174+
"AdafruitRFM9xLibrary",
175+
"Adafruit RFM9x Library Documentation",
176176
author,
177-
"Adafruitrfm9xLibrary",
177+
"AdafruitRFM9xLibrary",
178178
"One line description of project.",
179179
"Miscellaneous",
180180
),

0 commit comments

Comments
 (0)