diff --git a/docs/conf.py b/docs/conf.py index c0697a6..718efe7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,18 +40,18 @@ master_doc = "index" # General information about the project. -project = u"Adafruit ATECC Library" -copyright = u"2019 Brent Rubell" -author = u"Brent Rubell" +project = "Adafruit ATECC Library" +copyright = "2019 Brent Rubell" +author = "Brent Rubell" # 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. @@ -142,7 +142,7 @@ ( master_doc, "AdafruitATECCLibrary.tex", - u"AdafruitATECC Library Documentation", + "AdafruitATECC Library Documentation", author, "manual", ), @@ -156,7 +156,7 @@ ( master_doc, "AdafruitATECClibrary", - u"Adafruit ATECC Library Documentation", + "Adafruit ATECC Library Documentation", [author], 1, ) @@ -171,7 +171,7 @@ ( master_doc, "AdafruitATECCLibrary", - u"Adafruit ATECC Library Documentation", + "Adafruit ATECC Library Documentation", author, "AdafruitATECCLibrary", "One line description of project.",