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 0339a1c + c425405 commit 81f3591Copy full SHA for 81f3591
conf.py
@@ -15,6 +15,8 @@
15
'sphinx.ext.viewcode',
16
]
17
18
+autodoc_mock_imports = ["audioio", "adafruit_waveform"]
19
+
20
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
21
22
# Add any paths that contain templates here, relative to this directory.
0 commit comments