From 39ced7d0ef4a6fbc3e0e8536833040533ff23b9b Mon Sep 17 00:00:00 2001 From: Kattni Rembor Date: Wed, 8 Apr 2020 13:15:58 -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 36b4093..856c7bb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -74,18 +74,18 @@ master_doc = "index" # General information about the project. -project = u"Adafruit's CCS811 Library" -copyright = u"2016, Dean Miller, Scott Shawcroft" -author = u"Dean Miller, Scott Shawcroft" +project = "Adafruit's CCS811 Library" +copyright = "2016, Dean Miller, Scott Shawcroft" +author = "Dean Miller, 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. @@ -306,8 +306,8 @@ ( master_doc, "AdafruitsCCS811Library.tex", - u"Adafruit's CCS811 Library Documentation", - u"Dean Miller, Scott Shawcroft", + "Adafruit's CCS811 Library Documentation", + "Dean Miller, Scott Shawcroft", "manual", ), ] @@ -353,7 +353,7 @@ ( master_doc, "AdafruitsCCS811Library23library", - u"Adafruit's CCS811 Library Documentation", + "Adafruit's CCS811 Library Documentation", [author], 1, ) @@ -373,7 +373,7 @@ ( master_doc, "AdafruitsCCS811Library", - u"Adafruit's CCS811 Library Documentation", + "Adafruit's CCS811 Library Documentation", author, "AdafruitsCCS811Library", "One line description of project.",