##// END OF EJS Templates
Fix ResourceWarning: unclosed file...
Fix ResourceWarning: unclosed file Also uniformize usage of the 'with' context manager to prevent resource leaks. Signed-off-by: Mickaƫl Schoentgen <contact@tiger-222.fr>

File last commit:

r24722:2e22c3ee
r24897:5df756a9
Show More
requirements.txt
7 lines | 75 B | text/plain | TextLexer
/ docs / requirements.txt
Matthias Bussonnier
fix docs requirement that prevent RTD to build
r22635 -e .
Min RK
add ipykernel to docs requirements
r21591 ipykernel
Matthias Bussonnier
Fix Docs building
r22001 setuptools>=18.5
Olesya Baranova
Removed extra dependencies
r24064 sphinx
Olesya Baranova
Changing files per example in Jupyter repo
r24057 sphinx-rtd-theme
Olesya Baranova
Adding necessary module used for building docs to get rid of WARNING: error while formatting arguments for IPython.core.interactiveshell.sphinxify
r24066 docrepr
Matthias Bussonnier
install matplotlib to build docs
r24722 matplotlib