From 1894cbb39427ef4268ead7aaa072ccd6f4d67a3d Mon Sep 17 00:00:00 2001 From: Kattni Rembor Date: Wed, 8 Apr 2020 12:56:55 -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 10e1e73..9733ad2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,18 +31,18 @@ master_doc = "index" # General information about the project. -project = u"Adafruit am2320 Library" -copyright = u"2017 Limor Fried" -author = u"Limor Fried" +project = "Adafruit am2320 Library" +copyright = "2017 Limor Fried" +author = "Limor Fried" # 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. @@ -133,7 +133,7 @@ ( master_doc, "Adafruitam2320Library.tex", - u"Adafruitam2320 Library Documentation", + "Adafruitam2320 Library Documentation", author, "manual", ), @@ -147,7 +147,7 @@ ( master_doc, "Adafruitam2320library", - u"Adafruit am2320 Library Documentation", + "Adafruit am2320 Library Documentation", [author], 1, ) @@ -162,7 +162,7 @@ ( master_doc, "Adafruitam2320Library", - u"Adafruit am2320 Library Documentation", + "Adafruit am2320 Library Documentation", author, "Adafruitam2320Library", "One line description of project.",