We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4149342 commit dbd44c1Copy full SHA for dbd44c1
.readthedocs.yml
@@ -0,0 +1,18 @@
1
+version: 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
+python:
11
+ version: 3.7
12
+ install:
13
+ - method: pip
14
+ path: .
15
16
+# By default readthedocs does not checkout git submodules
17
+submodules:
18
+ include: all
doc/environment.yml
@@ -0,0 +1,21 @@
+channels:
+ - conda-forge
+dependencies:
+ - python=3.7
+ - ffmpeg
+ - matplotlib
+ - netCDF4
+ - numba
+ - numpy
+ - opencv-python
+ - pint
+ - polygon3
+ - pyyaml
+ - requests
+ - scipy
+ - zarr
+ - sphinx-gallery
+ - pyeddytrackersample
19
+ - sphinx_rtd_theme
20
+ - sphinx>=3.1
21
0 commit comments