Skip to content

Commit 0d5434a

Browse files
committed
Add Read The Docs configuration for building the docs
Signed-off-by: Nabarun Pal <[email protected]>
1 parent ac713ed commit 0d5434a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.readthedocs.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
3+
formats:
4+
- epub
5+
- pdf
6+
7+
python:
8+
version: 3.8
9+
install:
10+
- requirements: tools/requirements-docs.txt
11+
12+
sphinx:
13+
configuration: docs/source/conf.py

0 commit comments

Comments
 (0)