File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 1717 "sphinx.ext.todo" ,
1818]
1919
20- # TODO: Please Read!
2120# Uncomment the below if you use native CircuitPython modules such as
2221# digitalio, micropython and busio. List the modules you use. Without it, the
2322# autodoc module docs will fail to generate with a warning.
24- # autodoc_mock_imports = ["digitalio", "busio"]
23+ autodoc_mock_imports = ["busio" ]
2524
2625
2726intersphinx_mapping = {
Original file line number Diff line number Diff line change @@ -23,15 +23,10 @@ Table of Contents
2323.. toctree ::
2424 :caption: Tutorials
2525
26- .. todo :: Add any Learn guide links here. If there are none, then simply delete this todo and leave
27- the toctree above for use later.
2826
2927.. toctree ::
3028 :caption: Related Products
3129
32- .. todo :: Add any product links here. If there are none, then simply delete this todo and leave
33- the toctree above for use later.
34-
3530.. toctree ::
3631 :caption: Other Links
3732
You can’t perform that action at this time.
0 commit comments