Skip to content

Commit

Permalink
Add missing module mocks in docs config
Browse files Browse the repository at this point in the history
  • Loading branch information
plstcharles committed Jan 25, 2019
1 parent de642f5 commit c1d07e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@

if on_rtd:
autodoc_mock_imports = [
'albumentations',
'argparse',
'augmentor',
'cv2',
Expand All @@ -215,6 +216,7 @@
'pip',
'pynput',
'pynput.keyboard',
'shapely',
'sklearn',
'sklearn.metrics',
'tensorboardX',
Expand All @@ -229,6 +231,7 @@
'torchvision',
'torchvision.transforms',
'torchvision.utils',
'tqdm',
]


Expand Down

0 comments on commit c1d07e4

Please sign in to comment.