pyhf icon indicating copy to clipboard operation
pyhf copied to clipboard

chore: migrate from `make linkcheck` and `make html` to `sphinx-build -M`

Open kratsg opened this issue 11 months ago • 1 comments

Sphinx seems to ship sphinx-build with a make-mode option called -M (https://www.sphinx-doc.org/en/master/man/sphinx-build.html) which allows one to supposedly drop the Makefile entirely and rely instead on something like

sphinx-build -M html ./source ./build --fail-on-warning

kratsg avatar Jan 22 '25 18:01 kratsg

This works in https://github.com/scipp-atlas/pyhs3/pull/7

kratsg avatar Jan 22 '25 18:01 kratsg