Merge pull request #100 from adafruit/dev/fix-pylint-jquery

Update .pylintrc, fix jQuery for docs
This commit is contained in:
Dan Halbert 2023-05-23 23:22:10 -04:00 committed by GitHub
commit c8dd225699
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View file

@ -396,4 +396,4 @@ min-public-methods=1
# Exceptions that will emit a warning when being caught. Defaults to
# "Exception"
overgeneral-exceptions=Exception
overgeneral-exceptions=builtins.Exception

View file

@ -17,6 +17,7 @@ sys.path.insert(0, os.path.abspath(".."))
# ones.
extensions = [
"sphinx.ext.autodoc",
"sphinxcontrib.jquery",
"sphinx.ext.intersphinx",
"sphinx.ext.viewcode",
]

View file

@ -3,3 +3,4 @@
# SPDX-License-Identifier: Unlicense
sphinx>=4.0.0
sphinxcontrib-jquery