Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ mkdocs:
configuration: mkdocs.yml

build:
os: ubuntu-20.04
os: ubuntu-22.04
tools:
python: "3.10"

python:
install:
- requirements: requirements_dev.txt
- method: setuptools
path: .
python: "3.12"
commands:
- asdf plugin add uv
- asdf install uv latest
- asdf global uv latest
- uv sync --group docs --frozen
- uv run mkdocs build --site-dir $READTHEDOCS_OUTPUT/html