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 9ec3dbf commit 2823fe3Copy full SHA for 2823fe3
1 file changed
.readthedocs.yml
@@ -4,7 +4,7 @@ sphinx:
4
configuration: docs/conf.py
5
6
build:
7
- os: ubuntu-20.04
+ os: ubuntu-lts-latest
8
tools:
9
# Keep version in sync with tox.ini (docs and gh-actions).
10
python: "3.11"
@@ -13,9 +13,10 @@ build:
13
- asdf plugin add uv
14
- asdf install uv latest
15
- asdf global uv latest
16
- - UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --group docs --link-mode=copy
17
- uv tool install rust-just
18
# Need the tags to calculate the version
+ install:
19
+ - UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --group docs --link-mode=copy
20
post_install:
21
- git fetch --tags
22
0 commit comments