dtcenter/METplus Sphinx Linkcheck

Run the Sphinx linkcheck builder against a METplus component docs tree

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
docs-pathPath to the Sphinx docs directory (containing conf.py)nodocs
requirements-filePath to a pip requirements file for building the docsnodocs/requirements.txt
python-versionPython version to useno3.12
install-packageIf "true", pip install the repository itself (editable) before building docs. Needed for repos whose conf.py imports the package directly (e.g. to read __version__).nofalse
fail-on-broken-linksIf "true", the action fails when linkcheck reports broken linksnotrue
upload-artifactIf "true", upload the linkcheck output as a workflow artifactnotrue
artifact-nameName for the uploaded linkcheck artifactnolinkcheck-output
namedescription
broken-links-found"true" if linkcheck reported any broken links