35
35
master_doc = "index"
36
36
37
37
# General information about the project.
38
- project = u "Adafruit motor Library"
39
- copyright = u "2017 Scott Shawcroft"
40
- author = u "Scott Shawcroft"
38
+ project = "Adafruit motor Library"
39
+ copyright = "2017 Scott Shawcroft"
40
+ author = "Scott Shawcroft"
41
41
42
42
# The version info for the project you're documenting, acts as replacement for
43
43
# |version| and |release|, also used in various other places throughout the
44
44
# built documents.
45
45
#
46
46
# The short X.Y version.
47
- version = u "1.0"
47
+ version = "1.0"
48
48
# The full version, including alpha/beta/rc tags.
49
- release = u "1.0"
49
+ release = "1.0"
50
50
51
51
# The language for content autogenerated by Sphinx. Refer to documentation
52
52
# for a list of supported languages.
@@ -147,7 +147,7 @@ def iad_add_directive_header(self, sig):
147
147
(
148
148
master_doc ,
149
149
"AdafruitmotorLibrary.tex" ,
150
- u "Adafruitmotor Library Documentation" ,
150
+ "Adafruitmotor Library Documentation" ,
151
151
author ,
152
152
"manual" ,
153
153
),
@@ -161,7 +161,7 @@ def iad_add_directive_header(self, sig):
161
161
(
162
162
master_doc ,
163
163
"Adafruitmotorlibrary" ,
164
- u "Adafruit motor Library Documentation" ,
164
+ "Adafruit motor Library Documentation" ,
165
165
[author ],
166
166
1 ,
167
167
)
@@ -176,7 +176,7 @@ def iad_add_directive_header(self, sig):
176
176
(
177
177
master_doc ,
178
178
"AdafruitmotorLibrary" ,
179
- u "Adafruit motor Library Documentation" ,
179
+ "Adafruit motor Library Documentation" ,
180
180
author ,
181
181
"AdafruitmotorLibrary" ,
182
182
"One line description of project." ,
0 commit comments