Skip to content

Commit 0bfd4d6

Browse files
committed
Add pwmio to autodoc_mock_import
1 parent 32a2ae8 commit 0bfd4d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
copyright = "2017 Scott Shawcroft"
4444
author = "Scott Shawcroft"
4545

46+
# Ignore imports of these modules, which sphinx will not know about.
47+
autodoc_mock_imports = ["pwmio"]
48+
4649
# The version info for the project you're documenting, acts as replacement for
4750
# |version| and |release|, also used in various other places throughout the
4851
# built documents.

0 commit comments

Comments
 (0)