Skip to content

Commit

Permalink
[ci skip] Fix doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Nov 18, 2018
1 parent 04d8356 commit d18de7b
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 @@ -33,7 +33,7 @@ def __getattr__(cls, name):
'tensorflow.python', 'tensorflow.python.client', 'tensorflow.python.ops',
'tqdm', 'cloudpickle', 'matplotlib', 'matplotlib.pyplot',
'seaborn', 'gym', 'gym.spaces', 'gym.core',
'gym.wrappers', 'zmq']
'gym.wrappers', 'gym.wrappers.monitoring', 'zmq']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

import stable_baselines
Expand Down

0 comments on commit d18de7b

Please sign in to comment.