Skip to content

Commit

Permalink
fix docs build 4
Browse files Browse the repository at this point in the history
  • Loading branch information
knifecake committed Dec 30, 2024
1 parent 8e9b3db commit 3eac86d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ build:
os: ubuntu-22.04
tools:
python: "3.13"
jobs:
pre_install:
- pip install uv
- uv export --format requirements-txt > requirements.txt
sphinx:
configuration: docs/conf.py
commands:
- asdf plugin add uv
- asdf install uv latest
- asdf global uv latest
- uv sync --all-groups --frozen
- uv run -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html

0 comments on commit 3eac86d

Please sign in to comment.