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 6c8a3c4 commit 8f23024Copy full SHA for 8f23024
.readthedocs.yaml
@@ -11,7 +11,8 @@ build:
11
commands:
12
- asdf plugin add just && asdf install just latest && asdf global just latest
13
- asdf plugin add uv && asdf install uv latest && asdf global uv latest
14
- - just docs build $READTHEDOCS_OUTPUT/html
+ - just docs build
15
+ - mv $READTHEDOCS_OUTPUT/site $READTHEDOCS_OUTPUT/html
16
17
mkdocs:
18
configuration: .mkdocs.yml
0 commit comments