diff --git a/docs/conf.py b/docs/conf.py index 97223b7..111d888 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -36,18 +36,18 @@ master_doc = "index" # General information about the project. -project = u"Adafruit ProgressBar Library" -copyright = u"2020 Brent Rubell" -author = u"Brent Rubell" +project = "Adafruit ProgressBar Library" +copyright = "2020 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. @@ -138,7 +138,7 @@ ( master_doc, "AdafruitProgressBarLibrary.tex", - u"AdafruitProgressBar Library Documentation", + "AdafruitProgressBar Library Documentation", author, "manual", ), @@ -152,7 +152,7 @@ ( master_doc, "AdafruitProgressBarlibrary", - u"Adafruit ProgressBar Library Documentation", + "Adafruit ProgressBar Library Documentation", [author], 1, ) @@ -167,7 +167,7 @@ ( master_doc, "AdafruitProgressBarLibrary", - u"Adafruit ProgressBar Library Documentation", + "Adafruit ProgressBar Library Documentation", author, "AdafruitProgressBarLibrary", "One line description of project.",