Skip to content

Commit 04363a8

Browse files
committed
Add .readthedocs.yml (now for real)
1 parent 80a98f6 commit 04363a8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.readthedocs.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
formats: all
3+
sphinx:
4+
configuration: docs/conf.py
5+
fail_on_warning: true
6+
build:
7+
os: ubuntu-22.04
8+
tools:
9+
# For available versions, see:
10+
# https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python
11+
python: "3.10" # Keep in sync with .github/workflows/main.yml
12+
python:
13+
install:
14+
- requirements: docs/requirements.txt
15+
- path: .

0 commit comments

Comments
 (0)