Filled out some RTD ToDos
This commit is contained in:
parent
8c01fa9ed2
commit
4241565cec
2 changed files with 1 additions and 7 deletions
|
|
@ -17,11 +17,10 @@ extensions = [
|
|||
"sphinx.ext.todo",
|
||||
]
|
||||
|
||||
# TODO: Please Read!
|
||||
# Uncomment the below if you use native CircuitPython modules such as
|
||||
# digitalio, micropython and busio. List the modules you use. Without it, the
|
||||
# autodoc module docs will fail to generate with a warning.
|
||||
# autodoc_mock_imports = ["digitalio", "busio"]
|
||||
autodoc_mock_imports = ["busio"]
|
||||
|
||||
|
||||
intersphinx_mapping = {
|
||||
|
|
|
|||
|
|
@ -23,15 +23,10 @@ Table of Contents
|
|||
.. toctree::
|
||||
:caption: Tutorials
|
||||
|
||||
.. todo:: Add any Learn guide links here. If there are none, then simply delete this todo and leave
|
||||
the toctree above for use later.
|
||||
|
||||
.. toctree::
|
||||
:caption: Related Products
|
||||
|
||||
.. todo:: Add any product links here. If there are none, then simply delete this todo and leave
|
||||
the toctree above for use later.
|
||||
|
||||
.. toctree::
|
||||
:caption: Other Links
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue