Skip to content

Commit 55fb8a1

Browse files
authored
Enable documentation autobuilds on Readthedocs (#17)
1 parent 31f7026 commit 55fb8a1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.readthedocs.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Required
2+
version: 2
3+
4+
sphinx:
5+
configuration: content/conf.py
6+
7+
python:
8+
version: 3
9+
setup_py_install: true
10+
system_packages: true
11+
install:
12+
- requirements: requirements.txt

0 commit comments

Comments
 (0)