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.
1 parent 0445d1c commit 69b8489Copy full SHA for 69b8489
docs/conf.py
@@ -15,6 +15,7 @@
15
'sphinx.ext.viewcode',
16
]
17
18
+autodoc_mock_imports = ["neopixel_write"]
19
20
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
21
0 commit comments