DSD-DBS / py-capellambse

A Python 3 headless implementation of the Capella modeling tool.
https://dsd-dbs.github.io/py-capellambse/
Apache License 2.0
50 stars 8 forks source link

Ignore Sphinx errors on master builds #435

Closed Wuestengecko closed 5 days ago

Wuestengecko commented 5 days ago

Use -W to Sphinx only when building on pull requests, but not master. This allows to easily catch new warnings during PRs, while still allowing to ignore them for a while and keep up to date documentation built for master in most cases.