Skip to content

Commit

Permalink
building docs fails, so remove part from conf.py file again
Browse files Browse the repository at this point in the history
  • Loading branch information
cpdmulde committed Oct 24, 2017
1 parent 615d354 commit 83dfc27
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83dfc27

Please sign in to comment.