Skip to content

Commit bd6b768

Browse files
committed
trying to fix docs
1 parent 3df2f31 commit bd6b768

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

adafruit_monsterm4sk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
**Hardware:**
1717
18-
* `MONSTER M4SK <https://www.adafruit.com/product/4343>`
18+
* `MONSTER M4SK <https://www.adafruit.com/product/4343>`_
1919
2020
2121
**Software and Dependencies:**

docs/conf.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,16 @@
2525
# Uncomment the below if you use native CircuitPython modules such as
2626
# digitalio, micropython and busio. List the modules you use. Without it, the
2727
# 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+
]
2938

3039

3140
intersphinx_mapping = {

docs/index.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +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.
28-
2926
.. toctree::
3027
:caption: Related Products
3128

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>
3430

3531
.. toctree::
3632
:caption: Other Links

0 commit comments

Comments
 (0)