Skip to content

Commit

Permalink
Fix readthedocs error with updated mock (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock committed Jan 30, 2020
1 parent a6e4474 commit 681428b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
'concurrent', 'concurrent.futures' ]
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.MagicMock()
sys.modules['sympy'].Symbol = type('Symbol', (object,), {})
sys.modules['sympy'].Dummy = type('Dummy', (object,), {})


# The version info for the project you're documenting, acts as replacement for
Expand Down

0 comments on commit 681428b

Please sign in to comment.