Skip to content

Commit 3a313a3

Browse files
authored
Update .pylintrc, fix jQuery for docs
1 parent 46c3e46 commit 3a313a3

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.pylintrc

+1-1
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

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# ones.
1818
extensions = [
1919
"sphinx.ext.autodoc",
20+
"sphinxcontrib.jquery",
2021
"sphinx.ext.intersphinx",
2122
"sphinx.ext.viewcode",
2223
]

docs/requirements.txt

+1
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)