Skip to content

fixed issues (hopefully) with sphinx and ruff ci jobs #7

fixed issues (hopefully) with sphinx and ruff ci jobs

fixed issues (hopefully) with sphinx and ruff ci jobs #7

Workflow file for this run

name: Docs
on:
push:
branches: [main]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install -e ".[docs]"
- run: sphinx-build -b markdown docs/ public/