Skip to content

Commit

Permalink
Mock out dependencies for autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jfischer committed Apr 14, 2019
1 parent 2b107f4 commit 6e8cd98
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 @@ -44,7 +44,7 @@
'sphinx_click.ext'
]

autodoc_mock_imports=['click']
autodoc_mock_imports=['click', 'sklearn', 'ipykernel', 'notebook']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down

0 comments on commit 6e8cd98

Please sign in to comment.