Skip to content

Commit b53e7e2

Browse files
committed
Add configuration file for RTFD
1 parent f2434ba commit b53e7e2

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.readthedocs.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Read the Docs configuration file for Sphinx projects
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+
version: 2
5+
6+
build:
7+
os: ubuntu-24.04
8+
tools:
9+
python: "3.12"
10+
11+
python:
12+
install:
13+
- method: pip
14+
path: .
15+
extra_requirements:
16+
- yaml
17+
- regex
18+
- re2
19+
20+
sphinx:
21+
configuration: docs/conf.py
22+
fail_on_warning: true

0 commit comments

Comments
 (0)