Skip to content

Commit

Permalink
Remove OPS from Mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhswenson committed Jul 26, 2016
1 parent 8b17a98 commit f8f75b3
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 @@ -24,7 +24,7 @@ def __getattr__(cls, name):
return Mock()

# TODO: un-mock OPS as soon as we have working OPS conda
MOCK_MODULES = ['numpy', 'openpathsampling']
MOCK_MODULES = ['numpy'] #, 'openpathsampling']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

# If extensions (or modules to document with autodoc) are in another directory,
Expand Down

0 comments on commit f8f75b3

Please sign in to comment.