Skip to content

Commit

Permalink
Merge pull request #50 from adafruit/black-update
Browse files Browse the repository at this point in the history
Black reformatting with Python 3 target.
  • Loading branch information
dhalbert authored Apr 10, 2020
2 parents be87bd4 + ba9db01 commit 83d6726
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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.
Expand Down Expand Up @@ -134,8 +134,8 @@
(
master_doc,
"AdafruitHIDLibrary.tex",
u"Adafruit HID Library Documentation",
u"Scott Shawcroft",
"Adafruit HID Library Documentation",
"Scott Shawcroft",
"manual",
),
]
Expand All @@ -148,7 +148,7 @@
(
master_doc,
"adafruitHIDlibrary",
u"Adafruit HID Library Documentation",
"Adafruit HID Library Documentation",
[author],
1,
)
Expand All @@ -163,7 +163,7 @@
(
master_doc,
"AdafruitHIDLibrary",
u"Adafruit HID Library Documentation",
"Adafruit HID Library Documentation",
author,
"AdafruitHIDLibrary",
"One line description of project.",
Expand Down

0 comments on commit 83d6726

Please sign in to comment.