Skip to content

Commit 537e582

Browse files
committed
Update .pylintrc, fix jQuery for docs
Signed-off-by: Tekktrik <[email protected]>
1 parent 497ff5a commit 537e582

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# ones.
1717
extensions = [
1818
"sphinx.ext.autodoc",
19+
"sphinxcontrib.jquery",
1920
"sphinx.ext.intersphinx",
2021
"sphinx.ext.napoleon",
2122
"sphinx.ext.todo",

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)