Skip to content

doc(sphinx): fix sphinx documentation warnings. #4

doc(sphinx): fix sphinx documentation warnings.

doc(sphinx): fix sphinx documentation warnings. #4

Workflow file for this run

name: Documentation
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
version: "latest"
- name: Set up Python
run: uv python install 3.12
- name: Install dependencies
run: uv sync --python 3.12
- name: Build documentation
run: uv run sphinx-build -b html docs/source docs/