Skip to content

Commit e7f25c0

Browse files
committed
update doc installation
1 parent 581a637 commit e7f25c0

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.readthedocs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
version: 2
2-
2+
conda:
3+
environment: doc/environment.yml
34
python:
4-
version: 3.7
55
install:
6-
- requirements: requirements_doc.txt
6+
- method: setuptools
7+
path: .

doc/environment.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
channels:
2+
- conda-forge
3+
- defaults
14
dependencies:
25
- python=3.7
3-
- conda-forge::ffmpeg
4-
- conda-forge::opencv
6+
- ffmpeg
57
- pip:
68
- sphinx-gallery
79
- sphinx_rtd_theme
810
- sphinx>=3.1
11+
- pyeddytrackersample

0 commit comments

Comments
 (0)