Skip to content

Commit 3efe0d0

Browse files
jbwestonbasnijholt
authored andcommitted
add readthedocs environment
1 parent c517953 commit 3efe0d0

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

docs/environment.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: adaptive
2+
3+
channels:
4+
- conda-forge
5+
6+
dependencies:
7+
- python=3.6
8+
- sortedcontainers
9+
- scipy
10+
- holoviews
11+
- ipyparallel
12+
- distributed
13+
- ipykernel>=4.8*
14+
- jupyter_client>=5.2.2
15+
- ipywidgets
16+
- pip:
17+
- sphinx_rtd_theme
18+
- recommonmark

readthedocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
conda:
2+
file: docs/environment.yml

0 commit comments

Comments
 (0)