Skip to content

Commit a626fa0

Browse files
committed
Setup readthedocs environment
1 parent 3803437 commit a626fa0

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.readthedocs.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
formats: [] # Do not build epub and pdf
3+
4+
python:
5+
install:
6+
- method: pip
7+
path: .
8+
9+
conda:
10+
environment: docs/conda-environment.yml

docs/conda-environment.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: rtd
2+
requirements:
3+
- isa-l
4+
- python >=3.6
5+
- sphinx
6+
- setuptools

0 commit comments

Comments
 (0)