From 197157afec05284ba81f549cedd19ac74c56d329 Mon Sep 17 00:00:00 2001 From: Kattni Rembor Date: Wed, 8 Apr 2020 13:01:05 -0400 Subject: [PATCH] Black reformatting with Python 3 target. --- docs/conf.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f4f3427..9e275bb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,18 +41,18 @@ master_doc = "index" # General information about the project. -project = u"Adafruit APDS9960 Library" -copyright = u"2017 Michael McWethy" -author = u"Michael McWethy" +project = "Adafruit APDS9960 Library" +copyright = "2017 Michael McWethy" +author = "Michael McWethy" # 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, "AdafruitAPDS9960Library.tex", - u"AdafruitAPDS9960 Library Documentation", + "AdafruitAPDS9960 Library Documentation", author, "manual", ), @@ -156,7 +156,7 @@ ( master_doc, "AdafruitAPDS9960library", - u"Adafruit APDS9960 Library Documentation", + "Adafruit APDS9960 Library Documentation", [author], 1, ) @@ -171,7 +171,7 @@ ( master_doc, "AdafruitAPDS9960Library", - u"Adafruit APDS9960 Library Documentation", + "Adafruit APDS9960 Library Documentation", author, "AdafruitAPDS9960Library", "One line description of project.",