Skip to content

Commit

Permalink
fix docs build 5
Browse files Browse the repository at this point in the history
  • Loading branch information
knifecake committed Dec 30, 2024
1 parent 3eac86d commit f8a7f10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build:
python: "3.13"
commands:
- asdf plugin add uv
- asdf install uv latest
- asdf global uv latest
- asdf install uv 0.5.13
- asdf global uv 0.5.13
- uv sync --all-groups --frozen
- uv run -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python 3.13.1
uv 0.5.8
uv 0.5.13

0 comments on commit f8a7f10

Please sign in to comment.