From ba9db0154c48c5641adf980ca4476f67bc964cc5 Mon Sep 17 00:00:00 2001 From: Kattni Rembor Date: Thu, 9 Apr 2020 17:39:44 -0400 Subject: [PATCH] Black reformatting with Python 3 target. --- docs/conf.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f5d4726..b3f1cef 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,9 +30,9 @@ master_doc = "index" # General information about the project. -project = u"Adafruit HID Library" -copyright = u"2017 Scott Shawcroft" -author = u"Scott Shawcroft" +project = "Adafruit HID Library" +copyright = "2017 Scott Shawcroft" +author = "Scott Shawcroft" # Ignore imports of these modules, which sphinx will not know about. autodoc_mock_imports = ["usb_hid"] @@ -42,9 +42,9 @@ # 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. @@ -134,8 +134,8 @@ ( master_doc, "AdafruitHIDLibrary.tex", - u"Adafruit HID Library Documentation", - u"Scott Shawcroft", + "Adafruit HID Library Documentation", + "Scott Shawcroft", "manual", ), ] @@ -148,7 +148,7 @@ ( master_doc, "adafruitHIDlibrary", - u"Adafruit HID Library Documentation", + "Adafruit HID Library Documentation", [author], 1, ) @@ -163,7 +163,7 @@ ( master_doc, "AdafruitHIDLibrary", - u"Adafruit HID Library Documentation", + "Adafruit HID Library Documentation", author, "AdafruitHIDLibrary", "One line description of project.",