thclark / pre-commit-sphinx

A pre-commit hook that will fail if documentation (eg for readthedocs.io) can't be built using sphinx
MIT License
3 stars 14 forks source link

Feature request: allow pass-through of all Sphinx CLI options #4

Open cortadocodes opened 2 years ago

cortadocodes commented 2 years ago

For example, I'd like to use the -W option to warn me if there are invalid references in the docs. I can't currently do this via the pre-commit hook.