Skip to content

Commit 1eb80c2

Browse files
authored
re-introducing 'numpy' as a mock import
...to cope with not installing the same anymore from build_docs.sh
1 parent 31c578b commit 1eb80c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
# -- Autodoc options ---------------------------------------------------------
173173
autodoc_member_order = 'groupwise'
174174
autodoc_mock_imports = [
175-
#'numpy',
175+
'numpy',
176176
'scipy',
177177
'soundfile',
178178
'audioread',

0 commit comments

Comments
 (0)