We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 505e485 + b046a41 commit 8416c6fCopy full SHA for 8416c6f
3 files changed
.readthedocs.yaml
@@ -1,10 +1,17 @@
1
version: 2
2
+# Do not specify sphinx key here to be in full control of build steps.
3
+# https://docs.readthedocs.com/platform/stable/build-customization.html#extend-or-override-the-build-process
4
+
5
build:
6
os: ubuntu-24.04
7
tools:
8
python: '3.13'
- commands:
- - asdf plugin add uv
- - asdf install uv latest
9
- - asdf global uv latest
10
- - uv run --group docs sphinx-build -W -b dirhtml docs $READTHEDOCS_OUTPUT/html
+ jobs:
+ install:
11
+ - echo "Installing dependencies"
12
+ - asdf plugin add uv
13
+ - asdf install uv latest
14
+ - asdf global uv latest
15
+ build:
16
+ html:
17
+ - uv run --group docs sphinx-build -W -b dirhtml docs $READTHEDOCS_OUTPUT/html
docs/Makefile
docs/make.bat
0 commit comments