Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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