File tree 3 files changed +8
-2
lines changed 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -396,4 +396,4 @@ min-public-methods=1
396
396
397
397
# Exceptions that will emit a warning when being caught. Defaults to
398
398
# "Exception"
399
- overgeneral-exceptions =Exception
399
+ overgeneral-exceptions =builtins. Exception
Original file line number Diff line number Diff line change 34
34
# Add any Sphinx extension module names here, as strings. They can be
35
35
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
36
36
# ones.
37
- extensions = ["sphinx.ext.autodoc" , "sphinx.ext.todo" , "sphinx.ext.intersphinx" ]
37
+ extensions = [
38
+ "sphinx.ext.autodoc" ,
39
+ "sphinxcontrib.jquery" ,
40
+ "sphinx.ext.todo" ,
41
+ "sphinx.ext.intersphinx" ,
42
+ ]
38
43
39
44
# Uncomment the below if you use native CircuitPython modules such as
40
45
# digitalio, micropython and busio. List the modules you use. Without it, the
Original file line number Diff line number Diff line change 3
3
# SPDX-License-Identifier: Unlicense
4
4
5
5
sphinx >= 4.0.0
6
+ sphinxcontrib-jquery
You can’t perform that action at this time.
0 commit comments