##// END OF EJS Templates
document ipython and ipykernel global configuration
document ipython and ipykernel global configuration

File last commit:

r25681:299d9f80
r25743:fe834bf4
Show More
environment.yml
15 lines | 208 B | text/x-yaml | YamlLexer
Matthias Bussonnier
Use readthedocs.yaml file as we need a recent version of sphinx
r24611 name: ipython_docs
dependencies:
- python=3.6
- setuptools>=18.5
- sphinx>=1.8
- sphinx_rtd_theme
Matthias Bussonnier
Fix rtd build and be more strict about builds (fail on warn)....
r24731 - numpy
- nose
- testpath
- matplotlib
Matthias Bussonnier
Second try to fix readthedocs on master.
r25681 - stack_data
Matthias Bussonnier
Use readthedocs.yaml file as we need a recent version of sphinx
r24611 - pip:
- docrepr
- prompt_toolkit
- ipykernel