Skip to content

Commit d336221

Browse files
authored
Merge pull request #31 from adafruit/jquery-patch
Update .pylintrc, fix jQuery for docs
2 parents af3628c + 693b708 commit d336221

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,4 +396,4 @@ min-public-methods=1
396396

397397
# Exceptions that will emit a warning when being caught. Defaults to
398398
# "Exception"
399-
overgeneral-exceptions=Exception
399+
overgeneral-exceptions=builtins.Exception

docs/conf.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@
3434
# Add any Sphinx extension module names here, as strings. They can be
3535
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3636
# ones.
37-
extensions = ["sphinx.ext.autodoc", "sphinx.ext.todo", "sphinx.ext.intersphinx"]
37+
extensions = [
38+
"sphinx.ext.autodoc",
39+
"sphinxcontrib.jquery",
40+
"sphinx.ext.todo",
41+
"sphinx.ext.intersphinx",
42+
]
3843

3944
# Uncomment the below if you use native CircuitPython modules such as
4045
# digitalio, micropython and busio. List the modules you use. Without it, the

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
# SPDX-License-Identifier: Unlicense
44

55
sphinx>=4.0.0
6+
sphinxcontrib-jquery

0 commit comments

Comments
 (0)