We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826e9c3 commit ef0b232Copy full SHA for ef0b232
docs/.readthedocs.yaml
@@ -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