readthedocs / readthedocs-build

Work in Progress builder
19 stars 25 forks source link

Support sphinx warn option #7

Closed agjohnson closed 5 years ago

agjohnson commented 9 years ago

Add some options to the YAML config to allow passing some options to sphinx-build.

Refs rtfd/readthedocs.org#1774

leotrs commented 7 years ago

What's the status of this feature? I'm having the same problem as in the referenced #1774.

adamtheturtle commented 5 years ago

This would be useful to me because sometimes there will be a warning on RTD and not Travis CI. For example, recently I found that a docs build required Docker to be running else there were warnings which resulted in malformed documentation. Docker was running on Travis CI. It would be useful for RTD to fail hard in this case, by using the -W option.

stsewd commented 5 years ago

This is already implemented, we moved this repo to the rtd code https://github.com/rtfd/readthedocs.org/pull/4482