Skip to content

Commit 04b6fde

Browse files
author
brentru
committed
add neopixel to autodoc_mock_imports
1 parent cae55d2 commit 04b6fde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
'sphinx.ext.todo',
1717
]
1818

19+
autodoc_mock_imports = ["digitalio", "busdevice", "neopixel", "adafruit_esp32spi"]
20+
1921
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
2022

2123
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)