We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8bb4d0 commit ad6a49aCopy full SHA for ad6a49a
.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.napoleon",
23
"sphinx.ext.todo",
docs/requirements.txt
@@ -4,3 +4,4 @@
4
# SPDX-License-Identifier: MIT
5
6
sphinx>=4.0.0
7
+sphinxcontrib-jquery
0 commit comments