File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 15
15
16
16
**Hardware:**
17
17
18
- * `MONSTER M4SK <https://www.adafruit.com/product/4343>`
18
+ * `MONSTER M4SK <https://www.adafruit.com/product/4343>`_
19
19
20
20
21
21
**Software and Dependencies:**
Original file line number Diff line number Diff line change 25
25
# Uncomment the below if you use native CircuitPython modules such as
26
26
# digitalio, micropython and busio. List the modules you use. Without it, the
27
27
# autodoc module docs will fail to generate with a warning.
28
- # autodoc_mock_imports = ["digitalio", "busio"]
28
+ autodoc_mock_imports = [
29
+ "digitalio" ,
30
+ "busio" ,
31
+ "pulseio" ,
32
+ "displayio" ,
33
+ "touchio" ,
34
+ "adafruit_st7789" ,
35
+ "adafruit_seesaw" ,
36
+ "adafruit_lis3dh" ,
37
+ ]
29
38
30
39
31
40
intersphinx_mapping = {
Original file line number Diff line number Diff line change @@ -23,14 +23,10 @@ Table of Contents
23
23
.. toctree ::
24
24
:caption: Tutorials
25
25
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.
28
-
29
26
.. toctree ::
30
27
:caption: Related Products
31
28
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.
29
+ MONSTER M4SK <https://www.adafruit.com/product/4343 >
34
30
35
31
.. toctree ::
36
32
:caption: Other Links
You can’t perform that action at this time.
0 commit comments