Skip to content

electrical delay in settings for vna #5045

electrical delay in settings for vna

electrical delay in settings for vna #5045

Workflow file for this run

name: "Documentation check"
on:
pull_request:
types:
- "opened"
- "reopened"
- "synchronize"
- "ready_for_review"
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Install uv
uses: astral-sh/setup-uv@v6
with:
enable-cache: true
cache-dependency-glob: |
**/pyproject.toml
**/uv.lock
python-version: "3.10"
- name: Install the project
run: uv sync --all-extras --group docs
- name: Build docs
run: |
uv run sphinx-build -W -b html docs docs/_build --keep-going