Skip to content

Commit c8a4334

Browse files
authored
Add readthedocs yaml config (#747)
1 parent a3b7e81 commit c8a4334

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.readthedocs.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# .readthedocs.yaml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+
# Required
6+
version: 2
7+
8+
build:
9+
os: ubuntu-20.04
10+
tools:
11+
python: "3.10"
12+
13+
sphinx:
14+
configuration: docs/conf.py
15+
fail_on_warning: false # FIXME
16+
17+
formats:
18+
- pdf
19+
- epub
20+
21+
python:
22+
install:
23+
- requirements: requirements-dev.txt

0 commit comments

Comments
 (0)