Skip to content

Commit

Permalink
mocked missing imports (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubczakon authored Apr 15, 2019
1 parent 3330102 commit 33e1d58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@
sys.path.insert(0, os.path.abspath('..'))

# -- Imports mock -----------------------------------------------------]
autodoc_mock_imports = ['altair', 'fastai', 'fastai.callbacks', 'telegram']
autodoc_mock_imports = ['altair',
'fastai',
'fastai.callbacks',
'telegram',
'pandas',
'neptune',
'matplotlib']

# -- Project information -----------------------------------------------------

Expand Down
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ And the best thing is you can extend it yourself or... tell us to do it for you
sync.with_json <user_guide/sync/with_json>
viz.experiments <user_guide/viz/experiments>
viz.projects <user_guide/viz/projects>
viz.utils <user_guide/viz/utils>


Bug Reports and Questions
Expand Down

0 comments on commit 33e1d58

Please sign in to comment.