Skip to content

Commit cf02edf

Browse files
committed
Add ReadTheDocs config
1 parent a0f98a0 commit cf02edf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

readthedocs.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
sphinx:
3+
configuration: docs/source/conf.py
4+
conda:
5+
environment: docs/environment.yml
6+
python:
7+
version: 3.8
8+
install:
9+
# install itself with pip install .
10+
- method: pip
11+
path: .

0 commit comments

Comments
 (0)