diff --git a/docs/conf.py b/docs/conf.py index a8b8e2b..51b0408 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,18 +47,18 @@ master_doc = "index" # General information about the project. -project = u"Adafruit MatrixKeypad Library" -copyright = u"2018 ladyada" -author = u"ladyada" +project = "Adafruit MatrixKeypad Library" +copyright = "2018 ladyada" +author = "ladyada" # 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. @@ -149,7 +149,7 @@ ( master_doc, "AdafruitMatrixKeypadLibrary.tex", - u"AdafruitMatrixKeypad Library Documentation", + "AdafruitMatrixKeypad Library Documentation", author, "manual", ), @@ -163,7 +163,7 @@ ( master_doc, "AdafruitMatrixKeypadlibrary", - u"Adafruit MatrixKeypad Library Documentation", + "Adafruit MatrixKeypad Library Documentation", [author], 1, ) @@ -178,7 +178,7 @@ ( master_doc, "AdafruitMatrixKeypadLibrary", - u"Adafruit MatrixKeypad Library Documentation", + "Adafruit MatrixKeypad Library Documentation", author, "AdafruitMatrixKeypadLibrary", "One line description of project.",