File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 30
30
master_doc = "index"
31
31
32
32
# 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"
36
36
37
37
# Ignore imports of these modules, which sphinx will not know about.
38
38
autodoc_mock_imports = ["usb_hid" ]
42
42
# built documents.
43
43
#
44
44
# The short X.Y version.
45
- version = u "1.0"
45
+ version = "1.0"
46
46
# The full version, including alpha/beta/rc tags.
47
- release = u "1.0"
47
+ release = "1.0"
48
48
49
49
# The language for content autogenerated by Sphinx. Refer to documentation
50
50
# for a list of supported languages.
134
134
(
135
135
master_doc ,
136
136
"AdafruitHIDLibrary.tex" ,
137
- u "Adafruit HID Library Documentation" ,
138
- u "Scott Shawcroft" ,
137
+ "Adafruit HID Library Documentation" ,
138
+ "Scott Shawcroft" ,
139
139
"manual" ,
140
140
),
141
141
]
148
148
(
149
149
master_doc ,
150
150
"adafruitHIDlibrary" ,
151
- u "Adafruit HID Library Documentation" ,
151
+ "Adafruit HID Library Documentation" ,
152
152
[author ],
153
153
1 ,
154
154
)
163
163
(
164
164
master_doc ,
165
165
"AdafruitHIDLibrary" ,
166
- u "Adafruit HID Library Documentation" ,
166
+ "Adafruit HID Library Documentation" ,
167
167
author ,
168
168
"AdafruitHIDLibrary" ,
169
169
"One line description of project." ,
You can’t perform that action at this time.
0 commit comments