From 0b8628ebc2ef9b240c997930f1580dac78134e42 Mon Sep 17 00:00:00 2001 From: Kattni Rembor Date: Wed, 8 Apr 2020 13:18:10 -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 829d531..d8e9a6a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,18 +60,18 @@ master_doc = "index" # General information about the project. -project = u"Adafruit CLUE Library" -copyright = u"2020 Kattni Rembor" -author = u"Kattni Rembor" +project = "Adafruit CLUE Library" +copyright = "2020 Kattni Rembor" +author = "Kattni Rembor" # 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. @@ -162,7 +162,7 @@ ( master_doc, "AdafruitCLUELibrary.tex", - u"AdafruitCLUE Library Documentation", + "AdafruitCLUE Library Documentation", author, "manual", ), @@ -176,7 +176,7 @@ ( master_doc, "AdafruitCLUElibrary", - u"Adafruit CLUE Library Documentation", + "Adafruit CLUE Library Documentation", [author], 1, ) @@ -191,7 +191,7 @@ ( master_doc, "AdafruitCLUELibrary", - u"Adafruit CLUE Library Documentation", + "Adafruit CLUE Library Documentation", author, "AdafruitCLUELibrary", "One line description of project.",