We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94409e4 + 705fc19 commit 3544dabCopy full SHA for 3544dab
conf.py
@@ -15,7 +15,7 @@
15
'sphinx.ext.viewcode',
16
]
17
18
-autodoc_mock_imports = ["digitalio"]
+autodoc_mock_imports = ["digitalio", "audioio", "pulseio"]
19
20
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
21
0 commit comments