diff --git a/docs/conf.py b/docs/conf.py index 4d14bf8..802c3a7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,18 +54,18 @@ master_doc = "index" # General information about the project. -project = u"Adafruit BoardTest Library" -copyright = u"2018 Shawn Hymel" -author = u"Shawn Hymel" +project = "Adafruit BoardTest Library" +copyright = "2018 Shawn Hymel" +author = "Shawn Hymel" # 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. @@ -156,7 +156,7 @@ ( master_doc, "AdafruitBoardTestLibrary.tex", - u"AdafruitBoardTest Library Documentation", + "AdafruitBoardTest Library Documentation", author, "manual", ), @@ -170,7 +170,7 @@ ( master_doc, "AdafruitBoardTestlibrary", - u"Adafruit BoardTest Library Documentation", + "Adafruit BoardTest Library Documentation", [author], 1, ) @@ -185,7 +185,7 @@ ( master_doc, "AdafruitBoardTestLibrary", - u"Adafruit BoardTest Library Documentation", + "Adafruit BoardTest Library Documentation", author, "AdafruitBoardTestLibrary", "One line description of project.",