File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 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
396396
397397# Exceptions that will emit a warning when being caught. Defaults to
398398# "Exception"
399- overgeneral-exceptions =Exception
399+ overgeneral-exceptions =builtins. Exception
Original file line number Diff line number Diff line change 1515# Add any Sphinx extension module names here, as strings. They can be
1616# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
1717# ones.
18- extensions = ["sphinx.ext.autodoc" , "sphinx.ext.intersphinx" , "sphinx.ext.viewcode" ]
18+ extensions = [
19+ "sphinx.ext.autodoc" ,
20+ "sphinxcontrib.jquery" ,
21+ "sphinx.ext.intersphinx" ,
22+ "sphinx.ext.viewcode"
23+ ]
1924
2025# Uncomment the below if you use native CircuitPython modules such as
2126# digitalio, micropython and busio. List the modules you use. Without it, the
Original file line number Diff line number Diff line change 33# SPDX-License-Identifier: Unlicense
44
55sphinx >= 4.0.0
6+ sphinxcontrib-jquery
You can’t perform that action at this time.
0 commit comments