File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1+ # Read the Docs configuration file for Sphinx projects
2+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+ version : 2
5+ build :
6+ os : ubuntu-24.04
7+ tools :
8+ python : " 3.14"
9+ jobs :
10+ # Based on https://docs.readthedocs.com/platform/stable/build-customization.html#install-dependencies-with-uv
11+ pre_create_environment :
12+ - asdf plugin add uv
13+ - asdf install uv latest
14+ - asdf global uv latest
15+ create_environment :
16+ - uv venv "${READTHEDOCS_VIRTUALENV_PATH}"
17+ install :
18+ - >-
19+ UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}"
20+ uv sync --frozen --group dev
21+
22+ sphinx :
23+ configuration : docs/conf.py
24+ # Fail on all warnings to avoid broken references
25+ fail_on_warning : true
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments