File tree Expand file tree Collapse file tree 2 files changed +7
-32
lines changed Expand file tree Collapse file tree 2 files changed +7
-32
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
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
10
3
python :
11
4
version : 3.7
12
5
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
Original file line number Diff line number Diff line change 1
- channels :
2
- - conda-forge
3
1
dependencies :
4
2
- 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
You can’t perform that action at this time.
0 commit comments