Skip to content

Commit

Permalink
readthedocs fails for Tk
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanielmachado committed Aug 4, 2017
1 parent fc5d607 commit 78d2730
Showing 1 changed file with 1 addition and 1 deletion.
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', 'matplotlib']
MOCK_MODULES = ['cplex', 'gurobipy', '_tkinter']

for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()
Expand Down

0 comments on commit 78d2730

Please sign in to comment.