We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c3e46 commit 3a313a3Copy full SHA for 3a313a3
.pylintrc
@@ -396,4 +396,4 @@ min-public-methods=1
396
397
# Exceptions that will emit a warning when being caught. Defaults to
398
# "Exception"
399
-overgeneral-exceptions=Exception
+overgeneral-exceptions=builtins.Exception
docs/conf.py
@@ -17,6 +17,7 @@
17
# ones.
18
extensions = [
19
"sphinx.ext.autodoc",
20
+ "sphinxcontrib.jquery",
21
"sphinx.ext.intersphinx",
22
"sphinx.ext.viewcode",
23
]
docs/requirements.txt
@@ -3,3 +3,4 @@
3
# SPDX-License-Identifier: Unlicense
4
5
sphinx>=4.0.0
6
+sphinxcontrib-jquery
0 commit comments