Skip to content

docs: RTD hygiene — fix nnumpydoc typo, prune conf.py, add docs CI #2

docs: RTD hygiene — fix nnumpydoc typo, prune conf.py, add docs CI

docs: RTD hygiene — fix nnumpydoc typo, prune conf.py, add docs CI #2

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/**"
- "autolens/**"
- "pyproject.toml"
- ".readthedocs.yaml"
- ".github/workflows/docs.yml"
pull_request:
paths:
- "docs/**"
- "autolens/**"
- "pyproject.toml"
- ".readthedocs.yaml"
- ".github/workflows/docs.yml"
workflow_dispatch:
jobs:
docs:
uses: PyAutoLabs/PyAutoHeart/.github/workflows/docs-build.yml@main
with:
package: autolens
secrets: inherit