Skip to content

Commit c6e2056

Browse files
authored
Merge pull request #39 from openpathsampling/docs
Fix problem building docs
2 parents 8f49782 + 02a5bcf commit c6e2056

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.readthedocs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
3+
python:
4+
version: 3.7
5+
install:
6+
- requirements: docs/requirements.txt
7+
- method: pip
8+
path: .

0 commit comments

Comments
 (0)