Skip to content

Commit 647eca8

Browse files
committed
fix: more missing mock packages for sphinx
1 parent fa34622 commit 647eca8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

documentation_builder/conf.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ def __getattr__(cls, name):
3939

4040
MOCK_MODULES = ['numpy', 'scipy', 'scipy.optimize', 'scipy.sparse', 'scipy.io',
4141
'scipy.stats', 'pp', 'libsbml', 'pandas', 'tabulate',
42-
'optlang', 'optlang.interface']
42+
'optlang', 'optlang.interface', 'sympy', 'sympy.core',
43+
'sympy.core.singleton', 'future', 'future.utils']
4344
for mod_name in MOCK_MODULES:
4445
sys.modules[mod_name] = Mock()
4546

0 commit comments

Comments
 (0)