Skip to content

Commit 984dde6

Browse files
committed
Configure readthedocs installation steps
1 parent 927fd8f commit 984dde6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.readthedocs.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,13 @@ build:
44
os: "ubuntu-20.04"
55
tools:
66
python: "3.8"
7+
8+
python:
9+
install:
10+
- requirements: requirements_docs.txt
11+
- path: .
12+
13+
sphinx:
14+
configuration: docs/conf.py
15+
16+
formats: all

0 commit comments

Comments
 (0)