We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0415063 commit fc3a6a6Copy full SHA for fc3a6a6
.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
@@ -37,6 +37,7 @@
37
# ones.
38
extensions = [
39
"sphinx.ext.autodoc",
40
+ "sphinxcontrib.jquery",
41
"sphinx.ext.todo",
42
"sphinx.ext.viewcode",
43
"sphinx.ext.intersphinx",
docs/requirements.txt
@@ -3,3 +3,4 @@
3
# SPDX-License-Identifier: Unlicense
4
5
sphinx>=4.0.0
6
+sphinxcontrib-jquery
0 commit comments