Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ ipython
mock
numpydoc
pillow
scipy
sphinx-gallery>=0.1.12
1 change: 0 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def _check_deps():
"matplotlib": 'matplotlib',
"numpydoc": 'numpydoc',
"PIL.Image": 'pillow',
"scipy": 'scipy',
"sphinx_gallery": 'sphinx_gallery'}
if sys.version_info < (3, 3):
names["mock"] = 'mock'
Expand Down