Skip to content

Commit

Permalink
[build] update .readthedocs.yml to use uv
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogo-Rossi committed Jan 17, 2025
1 parent d39fa97 commit 05db3e1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ build:
tools:
python: "3.11"
jobs:
create_environment:
- asdf plugin add uv
- asdf install uv latest
- asdf global uv latest
- uv venv
install:
- uv sync
build:
html:
- uv run sphinx-build -T -b html docs $READTHEDOCS_OUTPUT/html
# see /~https://github.com/readthedocs/readthedocs.org/pull/9649
post_checkout:
# Use `git log` to check if the latest commit contains "skip rtd",
Expand Down

0 comments on commit 05db3e1

Please sign in to comment.