From 8b01d1057d5162490ec2f0b863ff5acadab9a3aa Mon Sep 17 00:00:00 2001 From: Kattni Rembor Date: Wed, 8 Apr 2020 14:56:49 -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 508d463..04e9c08 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -32,18 +32,18 @@ master_doc = "index" # General information about the project. -project = u"Adafruit CircuitPython DotStar Library" -copyright = u"2017 Scott Shawcroft, Limor Fried & Damien P. George" -author = u"Scott Shawcroft, Limor Fried & Damien P. George" +project = "Adafruit CircuitPython DotStar Library" +copyright = "2017 Scott Shawcroft, Limor Fried & Damien P. George" +author = "Scott Shawcroft, Limor Fried & Damien P. George" # 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, "AdafruitDotStarLibrary.tex", - u"Adafruit DotStar Library Documentation", + "Adafruit DotStar Library Documentation", author, "manual", ), @@ -147,7 +147,7 @@ ( master_doc, "adafruitDotStarlibrary", - u"Adafruit DotStar Library Documentation", + "Adafruit DotStar Library Documentation", [author], 1, ) @@ -162,7 +162,7 @@ ( master_doc, "AdafruitDotStarLibrary", - u"Adafruit DotStar Library Documentation", + "Adafruit DotStar Library Documentation", author, "AdafruitDotStarLibrary", "One line description of project.",