From fe40e7c71701d1b4a0763a81a16004186760ca54 Mon Sep 17 00:00:00 2001 From: Kattni Rembor Date: Thu, 9 Apr 2020 18:02:11 -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 718b2f5..8c18588 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,18 +30,18 @@ master_doc = "index" # General information about the project. -project = u"Adafruit WAVEFORM Library" -copyright = u"2017 Scott Shawcroft" -author = u"Scott Shawcroft" +project = "Adafruit WAVEFORM Library" +copyright = "2017 Scott Shawcroft" +author = "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. @@ -131,7 +131,7 @@ ( master_doc, "AdafruitWAVEFORMLibrary.tex", - u"Adafruit WAVEFORM Library Documentation", + "Adafruit WAVEFORM Library Documentation", author, "manual", ), @@ -145,7 +145,7 @@ ( master_doc, "adafruitWAVEFORMlibrary", - u"Adafruit WAVEFORM Library Documentation", + "Adafruit WAVEFORM Library Documentation", [author], 1, ) @@ -160,7 +160,7 @@ ( master_doc, "AdafruitWAVEFORMLibrary", - u"Adafruit WAVEFORM Library Documentation", + "Adafruit WAVEFORM Library Documentation", author, "AdafruitWAVEFORMLibrary", "One line description of project.",