Skip to content

fix(priors): correctness batch — crashes, log-partition, projections #5

fix(priors): correctness batch — crashes, log-partition, projections

fix(priors): correctness batch — crashes, log-partition, projections #5

Workflow file for this run

name: Docs
# Docs build check is defined once, centrally, in PyAutoHeart's reusable
# workflow (Heart owns all health/readiness checking). This thin caller
# builds the Sphinx docs on PRs and fails on warning-count regression
# against docs/sphinx_warning_baseline.txt.
on:
push:
branches: [main]
paths:
- "docs/**"
- "autofit/**"
- "pyproject.toml"
- ".readthedocs.yaml"
- ".github/workflows/docs.yml"
pull_request:
paths:
- "docs/**"
- "autofit/**"
- "pyproject.toml"
- ".readthedocs.yaml"
- ".github/workflows/docs.yml"
workflow_dispatch:
jobs:
docs:
uses: PyAutoLabs/PyAutoHeart/.github/workflows/docs-build.yml@main
with:
package: autofit
secrets: inherit