Skip to content

Commit 6d5f3e4

Browse files
committed
sphinx conf.py had an extra autodoc_mock_import setting that cleared out the import mocks
1 parent 3a2fd4b commit 6d5f3e4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),
2424
'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
2525

26-
# Libraries we depend on but don't need for generating docs.
27-
autodoc_mock_imports = []
28-
2926
# Add any paths that contain templates here, relative to this directory.
3027
templates_path = ['_templates']
3128

0 commit comments

Comments
 (0)