diff --git a/docs/conf.py b/docs/conf.py index 82cfd17..82d58d9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -39,18 +39,18 @@ master_doc = "index" # General information about the project. -project = u"Adafruit MMA8451 Library" -copyright = u"2017 Tony DiCola" -author = u"Tony DiCola" +project = "Adafruit MMA8451 Library" +copyright = "2017 Tony DiCola" +author = "Tony DiCola" # 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. @@ -134,7 +134,7 @@ ( master_doc, "AdafruitMMA8451Library.tex", - u"AdafruitMMA8451 Library Documentation", + "AdafruitMMA8451 Library Documentation", author, "manual", ), @@ -148,7 +148,7 @@ ( master_doc, "AdafruitMMA8451library", - u"Adafruit MMA8451 Library Documentation", + "Adafruit MMA8451 Library Documentation", [author], 1, ) @@ -163,7 +163,7 @@ ( master_doc, "AdafruitMMA8451Library", - u"Adafruit MMA8451 Library Documentation", + "Adafruit MMA8451 Library Documentation", author, "AdafruitMMA8451Library", "One line description of project.",