We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0aed6 commit 781dd55Copy full SHA for 781dd55
.readthedocs.yaml
@@ -13,9 +13,15 @@ build:
13
tools:
14
python: "3.11"
15
jobs:
16
+ pre_create_environment:
17
+ - asdf plugin add uv
18
+ - asdf install uv latest
19
+ - asdf global uv latest
20
+ create_environment:
21
+ - uv venv "${READTHEDOCS_VIRTUALENV_PATH}"
22
+ install:
23
+ - UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --frozen --group doc
24
post_install:
- # Build package with doc requirements from pyproject.optional-dependencies
- - pip install --verbose --editable .[doc]
25
# download support
26
- wget -P docs/release_and_support https://github.com/PowerGridModel/.github/raw/main/RELEASE.md
27
- wget -P docs/release_and_support https://github.com/PowerGridModel/.github/raw/main/SUPPORT.md
0 commit comments