summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-08-30 22:39:20 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-08-31 09:03:19 +0200
commit3e9a92286295775b7d2fa1d469ef41f3770bb3f0 (patch)
tree8b06d9286c24826d906b01a8a940c060ad7b05da /.readthedocs.yaml
parentd06728f68ddce71540e0f27e2d36de7b4082c95f (diff)
downloadpylint-git-3e9a92286295775b7d2fa1d469ef41f3770bb3f0.tar.gz
Fail on warning for read the doc
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index f3e25df5f..c0fb27844 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