We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91641c6 commit 64f21afCopy full SHA for 64f21af
.pylintrc
@@ -433,4 +433,4 @@ min-public-methods=1
433
434
# Exceptions that will emit a warning when being caught. Defaults to
435
# "Exception"
436
-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
@@ -3,3 +3,4 @@
3
# SPDX-License-Identifier: Unlicense
4
5
sphinx>=4.0.0
6
+sphinxcontrib-jquery
0 commit comments