From 8667df8f21598ad21215e8f07e3f0286ca97ad5d Mon Sep 17 00:00:00 2001 From: Kattni Rembor Date: Wed, 8 Apr 2020 15:28:43 -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 9a48a06..de51a58 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,18 +30,18 @@ master_doc = "index" # General information about the project. -project = u"Adafruit GPS Library" -copyright = u"2017 Tony DiCola" -author = u"Tony DiCola" +project = "Adafruit GPS Library" +copyright = "2017 Tony DiCola" +author = "Tony DiCola" # 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, "AdafruitGPSLibrary.tex", - u"Adafruit GPS Library Documentation", + "Adafruit GPS Library Documentation", author, "manual", ), @@ -145,7 +145,7 @@ ( master_doc, "adafruitGPSlibrary", - u"Adafruit GPS Library Documentation", + "Adafruit GPS Library Documentation", [author], 1, ) @@ -160,7 +160,7 @@ ( master_doc, "AdafruitGPSLibrary", - u"Adafruit GPS Library Documentation", + "Adafruit GPS Library Documentation", author, "AdafruitGPSLibrary", "One line description of project.",