diff --git a/docs/conf.py b/docs/conf.py index d774428..c1231ca 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,18 +50,18 @@ master_doc = "index" # General information about the project. -project = u"Adafruit VEML7700 Library" -copyright = u"2019 Kattni Rembor" -author = u"Kattni Rembor" +project = "Adafruit VEML7700 Library" +copyright = "2019 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. @@ -152,7 +152,7 @@ ( master_doc, "AdafruitVEML7700Library.tex", - u"AdafruitVEML7700 Library Documentation", + "AdafruitVEML7700 Library Documentation", author, "manual", ), @@ -166,7 +166,7 @@ ( master_doc, "AdafruitVEML7700library", - u"Adafruit VEML7700 Library Documentation", + "Adafruit VEML7700 Library Documentation", [author], 1, ) @@ -181,7 +181,7 @@ ( master_doc, "AdafruitVEML7700Library", - u"Adafruit VEML7700 Library Documentation", + "Adafruit VEML7700 Library Documentation", author, "AdafruitVEML7700Library", "One line description of project.",