Skip to content

Bump sphinx-autobuild from 2024.10.3 to 2025.8.25 in the python group #154

Bump sphinx-autobuild from 2024.10.3 to 2025.8.25 in the python group

Bump sphinx-autobuild from 2024.10.3 to 2025.8.25 in the python group #154

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install uv
uses: astral-sh/setup-uv@v6
- name: Test
run: uv run pyvec-docs test
- name: Build documentation
run: uv run pyvec-docs build