Skip to content

Bump sphinx-rtd-theme from 2.0.0 to 3.0.1 (#414) #137

Bump sphinx-rtd-theme from 2.0.0 to 3.0.1 (#414)

Bump sphinx-rtd-theme from 2.0.0 to 3.0.1 (#414) #137

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
test:
uses: ./.github/workflows/pytest.yml
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
with:
python-version: ${{ matrix.python-version }}