Skip to content

Commit

Permalink
Merge pull request #9 from AMarkard/5-readthedocs
Browse files Browse the repository at this point in the history
Needed to add some more Mock packages
  • Loading branch information
AMarkard committed Aug 27, 2019
2 parents 3b03255 + 5ce7b17 commit eb1d0a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,8 @@ def __getattr__(cls, name):
"argparse",
"numpy",
"pandas",
"tqdm",
"py7zlib",
"tensorboardX"
]
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

0 comments on commit eb1d0a4

Please sign in to comment.