##// END OF EJS Templates
Remove opening/at-exit closing of devnull....
Remove opening/at-exit closing of devnull. This was likely due to an issue on Python 2 seeing the date, and does not seem useful anymore. Let's try to remove it. Should close #13896

File last commit:

r27055:f1a6a479
r28057:4a065015
Show More
environment.yml
18 lines | 272 B | text/x-yaml | YamlLexer
Matthias Bussonnier
Use readthedocs.yaml file as we need a recent version of sphinx
r24611 name: ipython_docs
Matthias Bussonnier
try to fix enyml
r27055 channels:
- conda-forge
- defaults
Matthias Bussonnier
Use readthedocs.yaml file as we need a recent version of sphinx
r24611 dependencies:
Matthias Bussonnier
try to fix enyml
r27055 - python=3.8
- setuptools>=18.5
- sphinx>=4.2
- sphinx_rtd_theme>=1.0
- numpy
- nose
- testpath
- matplotlib
- pip:
Matthias Bussonnier
Use readthedocs.yaml file as we need a recent version of sphinx
r24611 - docrepr
- prompt_toolkit
- ipykernel
Matthias Bussonnier
try to fix build on readthedocs
r25748 - stack_data