From 615d35478d839110916482aa358898d11830b8df Mon Sep 17 00:00:00 2001 From: cpdmulde Date: Tue, 24 Oct 2017 10:31:59 +0200 Subject: [PATCH 1/2] update docs link in readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 83dfc27f4fcbd6f6d85773368e3dfc807e785b6c Mon Sep 17 00:00:00 2001 From: cpdmulde Date: Tue, 24 Oct 2017 10:32:50 +0200 Subject: [PATCH 2/2] building docs fails, so remove part from conf.py file again --- docs/conf.py | 6 ------ 1 file changed, 6 deletions(-) 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