Skip to content

Commit 4241565

Browse files
committed
Filled out some RTD ToDos
1 parent 8c01fa9 commit 4241565

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@
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

2726
intersphinx_mapping = {

docs/index.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)