Skip to content

Commit

Permalink
Add missing dependencies for documentation build (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin authored and AdamGleave committed Jul 22, 2019
1 parent dc31d83 commit 5cbdd31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +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',
'tensorflow.core', 'tensorflow.core.util', 'tensorflow.python.util',
'gym.wrappers', 'gym.wrappers.monitoring', 'zmq']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

Expand Down

0 comments on commit 5cbdd31

Please sign in to comment.