Skip to content

Commit c2eed9f

Browse files
committed
Add a readthedocs configuration file
Used for building docs in CI pipelines.
1 parent a490544 commit c2eed9f

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+
version: 2
2+
3+
build:
4+
os: "ubuntu-22.04"
5+
tools:
6+
python: "3.9"
7+
8+
python:
9+
install:
10+
- method: pip
11+
path: .
12+
- requirements: docs-requirements.txt

0 commit comments

Comments
 (0)