Skip to content

Commit

Permalink
Need to include the kits-associated modules or the type annotations c…
Browse files Browse the repository at this point in the history
…ome out wrong in the docs
  • Loading branch information
jfischer committed Apr 14, 2019
1 parent 9d9b26a commit f920d1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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', 'sklearn', 'numpy', 'ipykernel', 'notebook']
autodoc_mock_imports=['click']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
click
sphinx_rtd_theme
sphinx-click
jupyter # needed for kits doc
numpy # needed for kits doc
scikit-learn # needed for kits doc

0 comments on commit f920d1f

Please sign in to comment.