Skip to content

Commit fc3a6a6

Browse files
authored
Update .pylintrc, fix jQuery for docs
1 parent 0415063 commit fc3a6a6

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
@@ -37,6 +37,7 @@
3737
# ones.
3838
extensions = [
3939
"sphinx.ext.autodoc",
40+
"sphinxcontrib.jquery",
4041
"sphinx.ext.todo",
4142
"sphinx.ext.viewcode",
4243
"sphinx.ext.intersphinx",

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)