3535master_doc = "index"
3636
3737# 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"
4141
4242# The version info for the project you're documenting, acts as replacement for
4343# |version| and |release|, also used in various other places throughout the
4444# built documents.
4545#
4646# The short X.Y version.
47- version = u "1.0"
47+ version = "1.0"
4848# The full version, including alpha/beta/rc tags.
49- release = u "1.0"
49+ release = "1.0"
5050
5151# The language for content autogenerated by Sphinx. Refer to documentation
5252# for a list of supported languages.
@@ -147,7 +147,7 @@ def iad_add_directive_header(self, sig):
147147 (
148148 master_doc ,
149149 "AdafruitmotorLibrary.tex" ,
150- u "Adafruitmotor Library Documentation" ,
150+ "Adafruitmotor Library Documentation" ,
151151 author ,
152152 "manual" ,
153153 ),
@@ -161,7 +161,7 @@ def iad_add_directive_header(self, sig):
161161 (
162162 master_doc ,
163163 "Adafruitmotorlibrary" ,
164- u "Adafruit motor Library Documentation" ,
164+ "Adafruit motor Library Documentation" ,
165165 [author ],
166166 1 ,
167167 )
@@ -176,7 +176,7 @@ def iad_add_directive_header(self, sig):
176176 (
177177 master_doc ,
178178 "AdafruitmotorLibrary" ,
179- u "Adafruit motor Library Documentation" ,
179+ "Adafruit motor Library Documentation" ,
180180 author ,
181181 "AdafruitmotorLibrary" ,
182182 "One line description of project." ,
0 commit comments