mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
setup.cfg: Enable 'warning-is-error'
Dog food this feature. Validated with the following (broken) change: --- a/doc/contents.rst +++ b/doc/contents.rst @@ -18,6 +18,9 @@ Sphinx documentation contents intl theming setuptools + + .. This is broken!!! + templating latex markdown Signed-off-by: Stephen Finucane <stephen@that.guru>
This commit is contained in:
parent
020e77b794
commit
6de6e81b0c
@ -27,3 +27,6 @@ universal = 1
|
|||||||
max-line-length = 95
|
max-line-length = 95
|
||||||
ignore = E116,E241,E251
|
ignore = E116,E241,E251
|
||||||
exclude = .git,.tox,tests/*,build/*,sphinx/search/*,sphinx/pycode/pgen2/*,doc/ext/example*.py
|
exclude = .git,.tox,tests/*,build/*,sphinx/search/*,sphinx/pycode/pgen2/*,doc/ext/example*.py
|
||||||
|
|
||||||
|
[build_sphinx]
|
||||||
|
warning-is-error = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user