From 80e2fe6d49cb6d0a892002632c0bb765d454fec8 Mon Sep 17 00:00:00 2001 From: Kattni Rembor Date: Thu, 9 Apr 2020 14:17:20 -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 36f4bf3..988f532 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,18 +43,18 @@ master_doc = "index" # General information about the project. -project = u"Adafruit SHT31D Library" -copyright = u"2017 Jerry Needell" -author = u"Jerry Needell" +project = "Adafruit SHT31D Library" +copyright = "2017 Jerry Needell" +author = "Jerry Needell" # 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. @@ -144,7 +144,7 @@ ( master_doc, "Adafruitsht31Library.tex", - u"Adafruitsht31 Library Documentation", + "Adafruitsht31 Library Documentation", author, "manual", ), @@ -158,7 +158,7 @@ ( master_doc, "Adafruitsht31library", - u"Adafruit sht31 Library Documentation", + "Adafruit sht31 Library Documentation", [author], 1, ) @@ -173,7 +173,7 @@ ( master_doc, "Adafruitsht31Library", - u"Adafruit sht31 Library Documentation", + "Adafruit sht31 Library Documentation", author, "Adafruitsht31Library", "One line description of project.",