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 3030master_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.
3838autodoc_mock_imports = ["usb_hid" ]
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.
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]
148148 (
149149 master_doc ,
150150 "adafruitHIDlibrary" ,
151- u "Adafruit HID Library Documentation" ,
151+ "Adafruit HID Library Documentation" ,
152152 [author ],
153153 1 ,
154154 )
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." ,
You can’t perform that action at this time.
0 commit comments