From daff4462c59b8d89fb5339015fbe1d40ada54561 Mon Sep 17 00:00:00 2001 From: Kattni Rembor Date: Thu, 9 Apr 2020 14:33:32 -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 b4e8640..7799889 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -39,18 +39,18 @@ master_doc = "index" # General information about the project. -project = u"Adafruit SI4713 Library" -copyright = u"2017 Tony DiCola" -author = u"Tony DiCola" +project = "Adafruit SI4713 Library" +copyright = "2017 Tony DiCola" +author = "Tony DiCola" # 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. @@ -134,7 +134,7 @@ ( master_doc, "AdafruitSI4713Library.tex", - u"AdafruitSI4713 Library Documentation", + "AdafruitSI4713 Library Documentation", author, "manual", ), @@ -148,7 +148,7 @@ ( master_doc, "AdafruitSI4713library", - u"Adafruit SI4713 Library Documentation", + "Adafruit SI4713 Library Documentation", [author], 1, ) @@ -163,7 +163,7 @@ ( master_doc, "AdafruitSI4713Library", - u"Adafruit SI4713 Library Documentation", + "Adafruit SI4713 Library Documentation", author, "AdafruitSI4713Library", "One line description of project.",