Skip to content

Commit a1e2f8e

Browse files
authored
Merge pull request #3 from caternuson/master
Added autodoc_mock_imports for ReadTheDocs
2 parents 6bbc191 + 2164df9 commit a1e2f8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
copyright = u'2017 Carter Nelson'
3131
author = u'Carter Nelson'
3232

33+
autodoc_mock_imports = ['micropython']
34+
3335
# The version info for the project you're documenting, acts as replacement for
3436
# |version| and |release|, also used in various other places throughout the
3537
# built documents.

0 commit comments

Comments
 (0)