readthedocs / readthedocs-build

Work in Progress builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support sphinx warn option

agjohnson opened this issue · comments

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

Refs readthedocs/readthedocs.org#1774

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

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.

This is already implemented, we moved this repo to the rtd code readthedocs/readthedocs.org#4482