ammaraskar / sphinx-action

Github action that builds docs using sphinx and places errors inline
Apache License 2.0
194 stars 116 forks source link

Add support for -W option. #34

Open ankusharya opened 2 years ago

ankusharya commented 2 years ago

This is a feature request. Which will convert warning into error and fail the build on error.

I have tried in various ways to support it but the function which reads the log file to generate warning for github actions always fails.

One such approach was:

build-command: make html -W
ankusharya commented 2 years ago

I can send a pull request if you are willing to review.