Skip to content

Commit

Permalink
docs: mock cython builds on rtfd
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 2, 2018
1 parent 4482a87 commit f333b54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
# include extenstions
sys.path.append(op.abspath('extensions'))

sys.modules["nanite.model.model_sneddon_spherical"] = mock.Mock()

# http://www.sphinx-doc.org/en/stable/ext/autodoc.html#confval-autodoc_member_order
# Order class attributes and functions in separate blocks
autodoc_member_order = 'groupwise'
Expand Down

0 comments on commit f333b54

Please sign in to comment.