Skip to content

Commit ab226ce

Browse files
committed
Update .readthedocs.yml
1 parent dbd44c1 commit ab226ce

File tree

2 files changed

+7
-32
lines changed

2 files changed

+7
-32
lines changed

.readthedocs.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
version: 2
22

3-
conda:
4-
environment: docs/environment.yml
5-
6-
build:
7-
image: latest
8-
9-
# This part is necessary otherwise the project is not built
103
python:
114
version: 3.7
125
install:
13-
- method: pip
14-
path: .
15-
16-
# By default readthedocs does not checkout git submodules
17-
submodules:
18-
include: all
6+
- requirements: requirements_doc.txt

doc/environment.yml

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,8 @@
1-
channels:
2-
- conda-forge
31
dependencies:
42
- python=3.7
5-
- ffmpeg
6-
- matplotlib
7-
- netCDF4
8-
- numba
9-
- numpy
10-
- opencv-python
11-
- pint
12-
- polygon3
13-
- pyyaml
14-
- requests
15-
- scipy
16-
- zarr
17-
- sphinx-gallery
18-
- pyeddytrackersample
19-
- sphinx_rtd_theme
20-
- sphinx>=3.1
21-
3+
- conda-forge::ffmpeg
4+
- conda-forge::opencv
5+
- pip:
6+
- sphinx-gallery
7+
- sphinx_rtd_theme
8+
- sphinx>=3.1

0 commit comments

Comments
 (0)