Skip to content

Commit 2823fe3

Browse files
committed
Tweak
1 parent 9ec3dbf commit 2823fe3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.readthedocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sphinx:
44
configuration: docs/conf.py
55

66
build:
7-
os: ubuntu-20.04
7+
os: ubuntu-lts-latest
88
tools:
99
# Keep version in sync with tox.ini (docs and gh-actions).
1010
python: "3.11"
@@ -13,9 +13,10 @@ build:
1313
- asdf plugin add uv
1414
- asdf install uv latest
1515
- asdf global uv latest
16-
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --group docs --link-mode=copy
1716
- uv tool install rust-just
1817
# Need the tags to calculate the version
18+
install:
19+
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --group docs --link-mode=copy
1920
post_install:
2021
- git fetch --tags
2122
build:

0 commit comments

Comments
 (0)