Skip to content

Commit

Permalink
fix: more missing mock packages for sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
hredestig committed Mar 10, 2017
1 parent fa34622 commit 647eca8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion documentation_builder/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ def __getattr__(cls, name):

MOCK_MODULES = ['numpy', 'scipy', 'scipy.optimize', 'scipy.sparse', 'scipy.io',
'scipy.stats', 'pp', 'libsbml', 'pandas', 'tabulate',
'optlang', 'optlang.interface']
'optlang', 'optlang.interface', 'sympy', 'sympy.core',
'sympy.core.singleton', 'future', 'future.utils']
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = Mock()

Expand Down

0 comments on commit 647eca8

Please sign in to comment.