Skip to content

Sphinx API documentation framework #6

Sphinx API documentation framework

Sphinx API documentation framework #6

Workflow file for this run

name: CI
on:
push:
branches:
- main
workflow_dispatch: {}
pull_request:
types: [opened, synchronize]
branches:
- main
jobs:
docker-image:
uses: ./.github/workflows/docker.yml
api-doc:
needs: [docker-image]
uses: ./.github/workflows/sphinx.yml