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 581a637 commit e7f25c0Copy full SHA for e7f25c0
.readthedocs.yml
@@ -1,6 +1,7 @@
1
version: 2
2
-
+conda:
3
+ environment: doc/environment.yml
4
python:
- version: 3.7
5
install:
6
- - requirements: requirements_doc.txt
+ - method: setuptools
7
+ path: .
doc/environment.yml
@@ -1,8 +1,11 @@
+channels:
+ - conda-forge
+ - defaults
dependencies:
- python=3.7
- - conda-forge::ffmpeg
- - conda-forge::opencv
+ - ffmpeg
- pip:
8
- sphinx-gallery
9
- sphinx_rtd_theme
10
- sphinx>=3.1
11
+ - pyeddytrackersample
0 commit comments