Skip to content

Commit 69b8489

Browse files
committed
adding automock for sphinx
1 parent 0445d1c commit 69b8489

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
'sphinx.ext.viewcode',
1616
]
1717

18+
autodoc_mock_imports = ["neopixel_write"]
1819

1920
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
2021

0 commit comments

Comments
 (0)