We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a2ae8 commit 0bfd4d6Copy full SHA for 0bfd4d6
docs/conf.py
@@ -43,6 +43,9 @@
43
copyright = "2017 Scott Shawcroft"
44
author = "Scott Shawcroft"
45
46
+# Ignore imports of these modules, which sphinx will not know about.
47
+autodoc_mock_imports = ["pwmio"]
48
+
49
# The version info for the project you're documenting, acts as replacement for
50
# |version| and |release|, also used in various other places throughout the
51
# built documents.
0 commit comments