Skip to content

Commit ef0b232

Browse files
committed
docs: Add .readthedocs.yaml
1 parent 826e9c3 commit ef0b232

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/.readthedocs.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# SPDX-FileCopyrightText: Copyright DB InfraGO AG and contributors
2+
# SPDX-License-Identifier: CC0-1.0
3+
4+
# Read the Docs configuration file
5+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
6+
7+
version: 2
8+
9+
build:
10+
os: ubuntu-24.04
11+
tools:
12+
python: "3.12"
13+
jobs:
14+
create_environment:
15+
- asdf plugin add uv
16+
- asdf install uv latest
17+
- asdf global uv latest
18+
build:
19+
html:
20+
- make -C docs html BUILDDIR=$READTHEDOCS_OUTPUT

0 commit comments

Comments
 (0)