Skip to content

Commit

Permalink
Used Sphinx's mock import feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mmabey committed Aug 2, 2017
1 parent 613abda commit aa10922
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
# Show the docstring from both the class and its __init__() method
autoclass_content = 'both'
autodoc_member_order = 'bysource'
autodoc_mock_imports = ['machine', 'utime']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
3 changes: 0 additions & 3 deletions machine.py

This file was deleted.

2 changes: 0 additions & 2 deletions utime.py

This file was deleted.

0 comments on commit aa10922

Please sign in to comment.