Skip to content

Commit

Permalink
Update readthedocs build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsDrike committed Jan 17, 2025
1 parent 73e2578 commit 72c73d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ build:
os: ubuntu-22.04
tools:
python: "3.12"

jobs:
post_create_environment:
- python -m pip install poetry
- python -m pip install uv
post_install:
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --only main,docs
- poetry run poetry-dynamic-versioning
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --all-extras --group docs --link-mode=copy

sphinx:
builder: dirhtml
Expand Down

0 comments on commit 72c73d2

Please sign in to comment.