Skip to content

Commit b6af5a6

Browse files
committed
Revert "Add "adafruit_waveform" to mock imports for Sphinx"
This reverts commit d66e75b.
1 parent d66e75b commit b6af5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"sphinx.ext.viewcode",
2121
]
2222

23-
autodoc_mock_imports = ["pulseio", "adafruit_waveform"]
23+
autodoc_mock_imports = ["pulseio"]
2424

2525
intersphinx_mapping = {
2626
"python": ("https://docs.python.org/3.4", None),

0 commit comments

Comments
 (0)