Skip to content

Commit 8d8bc12

Browse files
committed
Work on readthedocs config
1 parent 2522b27 commit 8d8bc12

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.readthedocs.yml

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

4+
python:
5+
install:
6+
- method: pip
7+
path: .
48
conda:
59
environment: docs/conda-environment.yml

docs/conda-environment.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,4 @@ dependencies:
66
- isa-l
77
- python >=3.6
88
- sphinx
9-
- setuptools
10-
- pip
11-
- pip:
12-
- ..
9+
- setuptools

0 commit comments

Comments
 (0)