From aedc3bb3eb3de62f965fc8d8580d9e2696a1b127 Mon Sep 17 00:00:00 2001 From: Kattni Rembor Date: Thu, 9 Apr 2020 12:52:04 -0400 Subject: [PATCH 1/2] 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 0a33492..b9234d7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -39,18 +39,18 @@ master_doc = "index" # General information about the project. -project = u"Adafruit MCP4725 Library" -copyright = u"2017 Tony DiCola" -author = u"Tony DiCola" +project = "Adafruit MCP4725 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. @@ -140,7 +140,7 @@ ( master_doc, "AdafruitMCP4725Library.tex", - u"AdafruitMCP4725 Library Documentation", + "AdafruitMCP4725 Library Documentation", author, "manual", ), @@ -154,7 +154,7 @@ ( master_doc, "AdafruitMCP4725library", - u"Adafruit MCP4725 Library Documentation", + "Adafruit MCP4725 Library Documentation", [author], 1, ) @@ -169,7 +169,7 @@ ( master_doc, "AdafruitMCP4725Library", - u"Adafruit MCP4725 Library Documentation", + "Adafruit MCP4725 Library Documentation", author, "AdafruitMCP4725Library", "One line description of project.", From 4a7c97f8a3fcf4dc2c16d2c44a2a03d61a08f53c Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Thu, 9 Apr 2020 22:16:26 -0400 Subject: [PATCH 2/2] Fix spacing in conf.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index b9234d7..87fef72 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -140,7 +140,7 @@ ( master_doc, "AdafruitMCP4725Library.tex", - "AdafruitMCP4725 Library Documentation", + "Adafruit MCP4725 Library Documentation", author, "manual", ),