Skip to content

Commit 20a1860

Browse files
committed
Explicitly add .readthedocs.yaml configuration file
Closes #179.
1 parent 6fda5d3 commit 20a1860

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.readthedocs.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.12"
7+
8+
sphinx:
9+
configuration: docs/conf.py
10+
fail_on_warning: true
11+
12+
formats:
13+
- pdf
14+
- epub
15+
16+
python:
17+
install:
18+
- requirements: requirements/docs.txt

0 commit comments

Comments
 (0)