From 02e3ba0f8018bb2f724c0fffafe9c7ec0f8a2757 Mon Sep 17 00:00:00 2001 From: Kattni Rembor Date: Wed, 8 Apr 2020 12:58:09 -0400 Subject: [PATCH] Black reformatting with Python 3 target. --- docs/conf.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index b84324d..fccb201 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,18 +58,18 @@ master_doc = "index" # General information about the project. -project = u"Adafruit AMG88xx Library" -copyright = u"2017, Dean Miller for Adafruit Industries" -author = u"Dean Miller" +project = "Adafruit AMG88xx Library" +copyright = "2017, Dean Miller for Adafruit Industries" +author = "Dean Miller" # 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. @@ -287,8 +287,8 @@ ( master_doc, "AdafruitAMG88xxLibrary.tex", - u"Adafruit AMG88xx Library Documentation", - u"Dean Miller", + "Adafruit AMG88xx Library Documentation", + "Dean Miller", "manual", ), ] @@ -334,7 +334,7 @@ ( master_doc, "adafruitAMG88xxLibrary", - u"Adafruit AMG88xx Library Documentation", + "Adafruit AMG88xx Library Documentation", [author], 1, ) @@ -354,7 +354,7 @@ ( master_doc, "AdafruitAMG88xxLibrary", - u"Adafruit AMG88xx Library Documentation", + "Adafruit AMG88xx Library Documentation", author, "AdafruitAMG88xxLibrary", "One line description of project.",