commit | 3e9a92286295775b7d2fa1d469ef41f3770bb3f0 | [log] [tgz] |
---|---|---|
author | Pierre Sassoulas <[email protected]> | Mon Aug 30 22:39:20 2021 +0200 |
committer | Pierre Sassoulas <[email protected]> | Tue Aug 31 09:03:19 2021 +0200 |
tree | 8b06d9286c24826d906b01a8a940c060ad7b05da | |
parent | d06728f68ddce71540e0f27e2d36de7b4082c95f [diff] |
Fail on warning for read the doc
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f3e25df..c0fb278 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml
@@ -3,9 +3,10 @@ version: 2 sphinx: + fail_on_warning: true configuration: doc/conf.py python: - version: 3.7 + version: 3.8 install: - requirements: doc/requirements.txt