Skip to content

Bump sphinx from 8.1.3 to 8.2.3 in the python group across 1 directory #23

Bump sphinx from 8.1.3 to 8.2.3 in the python group across 1 directory

Bump sphinx from 8.1.3 to 8.2.3 in the python group across 1 directory #23

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v6
- name: Test
run: uv run pytest
- name: Build documentation
run: uv run sphinx-build -nWaE . _build