Skip to content

Commit f87a6a7

Browse files
committed
Add pwmio to mock imports
1 parent a6fa776 commit f87a6a7

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"]
23+
autodoc_mock_imports = ["pulseio", "pwmio"]
2424

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

0 commit comments

Comments
 (0)