##// END OF EJS Templates
Use readthedocs.yaml file as we need a recent version of sphinx
Use readthedocs.yaml file as we need a recent version of sphinx

File last commit:

r24607:d050e870
r24607:d050e870
Show More
environment.yml
9 lines | 131 B | text/x-yaml | YamlLexer
Matthias Bussonnier
Use readthedocs.yaml file as we need a recent version of sphinx
r24607 name: ipython_docs
dependencies:
- python=3.6
- ipykernel
- setuptools>=18.5
- sphinx>=1.8
- sphinx_rtd_theme
- pip:
- docrepr