Skip to content

Commit

Permalink
readthedocs still not happy
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanielmachado committed Aug 4, 2017
1 parent 78d2730 commit 60ff34f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

import mock

MOCK_MODULES = ['cplex', 'gurobipy', '_tkinter']
MOCK_MODULES = ['cplex', 'gurobipy']

for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()
Expand Down
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framed
pandas
matplotlib
python-libsbml
numpy
scipy
python-libsbml
pandas
framed

0 comments on commit 60ff34f

Please sign in to comment.