Skip to content

Commit

Permalink
Use readthedocs.yaml file as we need a recent version of sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Sep 27, 2018
1 parent 4030de4 commit 9d88324
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: ipython_docs
dependencies:
- python=3.6
- setuptools>=18.5
- sphinx>=1.8
- sphinx_rtd_theme
- pip:
- docrepr
- prompt_toolkit
- ipython
- ipykernel
4 changes: 4 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
conda:
file: docs/environment.yml
python:
version: 3

0 comments on commit 9d88324

Please sign in to comment.