Skip to content

V0.1.6

V0.1.6 #13

Workflow file for this run

name: Docs (PR)
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v4
with:
enable-cache: true
- name: Install docs dependencies
run: uv sync --group docs
- name: Build HTML docs
run: uv run sphinx-build -b html docs/ docs/_build/html --fail-on-warning -q