Skip to content

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

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

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

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

Check failure on line 28 in .github/workflows/docs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docs.yml

Invalid workflow file

error parsing called workflow ".github/workflows/docs.yml" -> "PyAutoLabs/PyAutoHeart/.github/workflows/docs-build.yml@main" : failed to fetch workflow: workflow was not found.
with:
package: autolens
secrets: inherit