Skip to content

Commit ca4f424

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

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.readthedocs.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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: ./ua-parser-builtins
15+
- method: pip
16+
path: .
17+
extra_requirements:
18+
- yaml
19+
- regex
20+
- re2
21+
22+
sphinx:
23+
configuration: docs/conf.py
24+
fail_on_warning: true

0 commit comments

Comments
 (0)