diff --git a/README.rst b/README.rst index 1d702e3bf..5aa03a674 100644 --- a/README.rst +++ b/README.rst @@ -10,7 +10,7 @@ wwdata :target: https://travis-ci.org/UGentBiomath/wwdata?branch=master .. image:: https://readthedocs.org/projects/wwdata/badge/?version=latest - :target: https://wwdata.readthedocs.io/en/latest/?badge=latest + :target: https://wwdata.readthedocs.io/en/latest/?badge=master :alt: Documentation Status .. image:: https://pyup.io/repos/github/UGentBiomath/wwdata/shield.svg diff --git a/docs/conf.py b/docs/conf.py index 29d92b748..dbdc78ae0 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,12 +16,6 @@ import sys import os -import mock - -MOCK_MODULES = ['numpy', 'scipy', 'matplotlib', 'matplotlib.pyplot'] -for mod_name in MOCK_MODULES: - sys.modules[mod_name] = mock.Mock() - # If extensions (or modules to document with autodoc) are in another # directory, add these directories to sys.path here. If the directory is # relative to the documentation root, use os.path.abspath to make it