Skip to content

Commit

Permalink
Revert "fix: readthedoc compiling"
Browse files Browse the repository at this point in the history
  • Loading branch information
francisco-dlp committed Jul 13, 2016
1 parent b67117f commit 544a901
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions doc/conf.py
Expand Up @@ -12,16 +12,6 @@
# serve to show the default.

import sys
from unittest.mock import MagicMock

class Mock(MagicMock):
@classmethod
def __getattr__(cls, name):
return Mock()

MOCK_MODULES = ['scipy', 'matplotlib', 'traits', 'traitsui', 'numpy', 'h5py']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

import os
sys.path.append('../')
from hyperspy import Release
Expand Down

0 comments on commit 544a901

Please sign in to comment.