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 fe0ca87 commit 74a593fCopy full SHA for 74a593f
1 file changed
.readthedocs.yml
@@ -16,10 +16,11 @@ build:
16
jobs:
17
post_checkout:
18
- git fetch --unshallow || true
19
-
20
- commands:
21
- - asdf plugin add uv
22
- - asdf install uv latest
23
- - asdf global uv latest
24
- - make dirhtml BUILDDIR=_readthedocs
25
- - mv _readthedocs/dirhtml _readthedocs/html
+ build:
+ html:
+ - asdf plugin add uv
+ - asdf install uv latest
+ - asdf global uv latest
+ - make dirhtml BUILDDIR=_readthedocs
+ - mkdir -p $READTHEDOCS_OUTPUT
26
+ - mv _readthedocs/dirhtml $READTHEDOCS_OUTPUT/html
0 commit comments