diff --git a/docs/conf.py b/docs/conf.py index 767befc..eb16550 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,18 +46,18 @@ master_doc = "index" # General information about the project. -project = u"Adafruit ServoKit Library" -copyright = u"2018 Kattni Rembor" -author = u"Kattni Rembor" +project = "Adafruit ServoKit Library" +copyright = "2018 Kattni Rembor" +author = "Kattni Rembor" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = u"1.0" +version = "1.0" # The full version, including alpha/beta/rc tags. -release = u"1.0" +release = "1.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -148,7 +148,7 @@ ( master_doc, "AdafruitServoKitLibrary.tex", - u"AdafruitServoKit Library Documentation", + "AdafruitServoKit Library Documentation", author, "manual", ), @@ -162,7 +162,7 @@ ( master_doc, "AdafruitServoKitlibrary", - u"Adafruit ServoKit Library Documentation", + "Adafruit ServoKit Library Documentation", [author], 1, ) @@ -177,7 +177,7 @@ ( master_doc, "AdafruitServoKitLibrary", - u"Adafruit ServoKit Library Documentation", + "Adafruit ServoKit Library Documentation", author, "AdafruitServoKitLibrary", "One line description of project.",