Daily updates from Odoo
Tuesday, December 11, 2018
1 change · master
New functionality added to Odoo
This adds automated checks to build the project documentation so problems are caught earlier. It helps prevent broken documentation caused by formatting issues or changes in documentation tools before those issues reach users or contributors.
Original PR description
The doc fails to build semi-regularly: * JS docstrings are incorrectly formatted or written in a way which breaks the parser * new versions of Sphinx remove APIs we're still using * doc fixes don't take older Sphinx versions in account This attempts to automatically build the doc using travis (for a multi-version text matrix, also because that's convenient).