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 2610559 commit e4c15b5Copy full SHA for e4c15b5
1 file changed
.readthedocs.yml
@@ -15,10 +15,11 @@ build:
15
- asdf install uv latest
16
- asdf global uv latest
17
- asdf install just latest
18
- # Need the tags to calculate the version
+ - asdf global just latest
19
install:
20
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --group docs --all-extras --link-mode=copy
21
post_install:
22
+ # Need the tags to calculate the version
23
- git fetch --tags
24
build:
25
html:
0 commit comments