##// END OF EJS Templates
Use readthedocs.yaml file as we need a recent version of sphinx
Matthias Bussonnier -
Show More
@@ -0,0 +1,9 b''
1 name: ipython_docs
2 dependencies:
3 - python=3.6
4 - ipykernel
5 - setuptools>=18.5
6 - sphinx>=1.8
7 - sphinx_rtd_theme
8 - pip:
9 - docrepr
@@ -0,0 +1,4 b''
1 conda:
2 file: docs/environment.yml
3 python:
4 version: 3
General Comments 0
You need to be logged in to leave comments. Login now