From 467bfdbd98c5c7c0687abeaa8261ea542f5e8c3d Mon Sep 17 00:00:00 2001 From: Kattni Rembor Date: Wed, 8 Apr 2020 14:39:34 -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 219535d..290e81b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,18 +58,18 @@ master_doc = "index" # General information about the project. -project = u"Adafruit DS1307 Library" -copyright = u"2016, Philip Moyer and Adafruit Industries" -author = u"Philip Moyer" +project = "Adafruit DS1307 Library" +copyright = "2016, Philip Moyer and Adafruit Industries" +author = "Philip Moyer" # 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. @@ -290,8 +290,8 @@ ( master_doc, "AdafruitDS1307Library.tex", - u"Adafruit DS1307 Library Documentation", - u"Phiilip Moyer", + "Adafruit DS1307 Library Documentation", + "Phiilip Moyer", "manual", ), ] @@ -337,7 +337,7 @@ ( master_doc, "adafruitds1307library", - u"Adafruit DS1307 Library Documentation", + "Adafruit DS1307 Library Documentation", [author], 1, ) @@ -357,7 +357,7 @@ ( master_doc, "AdafruitDS1307Library", - u"Adafruit DS1307 Library Documentation", + "Adafruit DS1307 Library Documentation", author, "AdafruitDS1307Library", "One line description of project.",