Update .pylintrc, fix jQuery for docs

This commit is contained in:
Alec Delaney 2023-05-23 23:04:12 -04:00 committed by GitHub
parent 79a1240b91
commit 67f8c35e2c
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 # Exceptions that will emit a warning when being caught. Defaults to
# "Exception" # "Exception"
overgeneral-exceptions=Exception overgeneral-exceptions=builtins.Exception

View file

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

View file

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