From 20e6af1992d9e6881b3d96a022874a12b70b30d7 Mon Sep 17 00:00:00 2001 From: Kattni Rembor Date: Wed, 8 Apr 2020 16:43:16 -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 64c8c60..455a977 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,18 +30,18 @@ master_doc = "index" # General information about the project. -project = u"Adafruit IRREMOTE Library" -copyright = u"2017 Scott Shawcroft" -author = u"Scott Shawcroft" +project = "Adafruit IRREMOTE Library" +copyright = "2017 Scott Shawcroft" +author = "Scott Shawcroft" # 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. @@ -131,7 +131,7 @@ ( master_doc, "AdafruitIRREMOTELibrary.tex", - u"Adafruit IRREMOTE Library Documentation", + "Adafruit IRREMOTE Library Documentation", author, "manual", ), @@ -145,7 +145,7 @@ ( master_doc, "adafruitIRREMOTElibrary", - u"Adafruit IRREMOTE Library Documentation", + "Adafruit IRREMOTE Library Documentation", [author], 1, ) @@ -160,7 +160,7 @@ ( master_doc, "AdafruitIRREMOTELibrary", - u"Adafruit IRREMOTE Library Documentation", + "Adafruit IRREMOTE Library Documentation", author, "AdafruitIRREMOTELibrary", "One line description of project.",