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.",