Skip to content

Commit

Permalink
adding automock for sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
kattni committed Aug 2, 2018
1 parent 0445d1c commit 69b8489
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
'sphinx.ext.viewcode',
]

autodoc_mock_imports = ["neopixel_write"]

intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}

Expand Down

0 comments on commit 69b8489

Please sign in to comment.