diff --git a/docs/conf.py b/docs/conf.py index 9a48a06..de51a58 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,18 +30,18 @@ master_doc = "index" # General information about the project. -project = u"Adafruit GPS Library" -copyright = u"2017 Tony DiCola" -author = u"Tony DiCola" +project = "Adafruit GPS 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. @@ -131,7 +131,7 @@ ( master_doc, "AdafruitGPSLibrary.tex", - u"Adafruit GPS Library Documentation", + "Adafruit GPS Library Documentation", author, "manual", ), @@ -145,7 +145,7 @@ ( master_doc, "adafruitGPSlibrary", - u"Adafruit GPS Library Documentation", + "Adafruit GPS Library Documentation", [author], 1, ) @@ -160,7 +160,7 @@ ( master_doc, "AdafruitGPSLibrary", - u"Adafruit GPS Library Documentation", + "Adafruit GPS Library Documentation", author, "AdafruitGPSLibrary", "One line description of project.",