Skip to content

Commit

Permalink
docs: let sphinx use numpy directly instead of mockup
Browse files Browse the repository at this point in the history
- fixes issues with numpy members
  • Loading branch information
ibressler committed Nov 9, 2022
1 parent 0866ee7 commit 9b6ec6d
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -22,7 +22,7 @@
copyright = '{0}, {1}'.format(year, author)
version = release = '0.1.0'

autodoc_mock_imports = ["ipykernel", "notebook", "pandas", "ipywidgets", "numpy"]
autodoc_mock_imports = ["ipykernel", "notebook", "pandas", "ipywidgets"]

pygments_style = 'trac'
templates_path = ['.']
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sphinx>=1.3
sphinx-rtd-theme
numpy

0 comments on commit 9b6ec6d

Please sign in to comment.