autodoc additions
This commit is contained in:
parent
f16d71ce83
commit
a779f7e354
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ extensions = [
|
|||
# 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 = ["machine"]
|
||||
autodoc_mock_imports = ["machine", "Adafruit_GPIO"]
|
||||
|
||||
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),
|
||||
'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
|
||||
|
|
|
|||
Loading…
Reference in a new issue