Skip to content

Commit 83d6726

Browse files
authored
Merge pull request #50 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents be87bd4 + ba9db01 commit 83d6726

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/conf.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
master_doc = "index"
3131

3232
# General information about the project.
33-
project = u"Adafruit HID Library"
34-
copyright = u"2017 Scott Shawcroft"
35-
author = u"Scott Shawcroft"
33+
project = "Adafruit HID Library"
34+
copyright = "2017 Scott Shawcroft"
35+
author = "Scott Shawcroft"
3636

3737
# Ignore imports of these modules, which sphinx will not know about.
3838
autodoc_mock_imports = ["usb_hid"]
@@ -42,9 +42,9 @@
4242
# built documents.
4343
#
4444
# The short X.Y version.
45-
version = u"1.0"
45+
version = "1.0"
4646
# The full version, including alpha/beta/rc tags.
47-
release = u"1.0"
47+
release = "1.0"
4848

4949
# The language for content autogenerated by Sphinx. Refer to documentation
5050
# for a list of supported languages.
@@ -134,8 +134,8 @@
134134
(
135135
master_doc,
136136
"AdafruitHIDLibrary.tex",
137-
u"Adafruit HID Library Documentation",
138-
u"Scott Shawcroft",
137+
"Adafruit HID Library Documentation",
138+
"Scott Shawcroft",
139139
"manual",
140140
),
141141
]
@@ -148,7 +148,7 @@
148148
(
149149
master_doc,
150150
"adafruitHIDlibrary",
151-
u"Adafruit HID Library Documentation",
151+
"Adafruit HID Library Documentation",
152152
[author],
153153
1,
154154
)
@@ -163,7 +163,7 @@
163163
(
164164
master_doc,
165165
"AdafruitHIDLibrary",
166-
u"Adafruit HID Library Documentation",
166+
"Adafruit HID Library Documentation",
167167
author,
168168
"AdafruitHIDLibrary",
169169
"One line description of project.",

0 commit comments

Comments
 (0)