From ecdfaecd1dee30e62a58f458ce4338cd1b1ed79c Mon Sep 17 00:00:00 2001 From: Kattni Rembor Date: Thu, 9 Apr 2020 14:03:02 -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 6341719..24ac9a1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,18 +60,18 @@ master_doc = "index" # General information about the project. -project = u"Adafruit PyPortal Library" -copyright = u"2019 Limor Fried" -author = u"Limor Fried" +project = "Adafruit PyPortal Library" +copyright = "2019 Limor Fried" +author = "Limor Fried" # 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. @@ -162,7 +162,7 @@ ( master_doc, "AdafruitPyPortalLibrary.tex", - u"AdafruitPyPortal Library Documentation", + "AdafruitPyPortal Library Documentation", author, "manual", ), @@ -176,7 +176,7 @@ ( master_doc, "AdafruitPyPortallibrary", - u"Adafruit PyPortal Library Documentation", + "Adafruit PyPortal Library Documentation", [author], 1, ) @@ -191,7 +191,7 @@ ( master_doc, "AdafruitPyPortalLibrary", - u"Adafruit PyPortal Library Documentation", + "Adafruit PyPortal Library Documentation", author, "AdafruitPyPortalLibrary", "One line description of project.",