Skip to content

Commit 705e0b7

Browse files
committed
Create conda environment with python-isal installed
1 parent d8ae672 commit 705e0b7

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.readthedocs.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
version: 2
22
formats: [] # Do not build epub and pdf
33

4-
python:
5-
install:
6-
- method: pip
7-
path: .
8-
94
conda:
105
environment: docs/conda-environment.yml

docs/conda-environment.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ dependencies:
33
- isa-l
44
- python >=3.6
55
- sphinx
6-
- setuptools
6+
- setuptools
7+
- pip
8+
- pip:
9+
- ..

0 commit comments

Comments
 (0)