Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Commit

Permalink
docs: fix mocking external dclab dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed May 13, 2019
1 parent 8865a01 commit 6f9a301
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# Mock all dependencies
install_requires=["appdirs",
"fcswrite",
"dclab.features",
"dclab.external",
"h5py",
"imageio",
"nptdms",
Expand All @@ -45,9 +45,6 @@
for mod_name in install_requires:
sys.modules[mod_name] = mock.Mock()

# included external libs
sys.modules["shapeout.features._skimage_measure"] = 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 6f9a301

Please sign in to comment.