diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2021-10-08 02:27:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-08 09:27:17 +0200 |
commit | f390289629938d33f4a3ea90ac76dff485802be2 (patch) | |
tree | 12fa4d451d9f4c389098aa4ccf77768b8252b975 /.readthedocs.yml | |
parent | 10de12c7d0ac3d169dced5ea07898087cfd22b50 (diff) | |
download | spack-f390289629938d33f4a3ea90ac76dff485802be2.tar.gz spack-f390289629938d33f4a3ea90ac76dff485802be2.tar.bz2 spack-f390289629938d33f4a3ea90ac76dff485802be2.tar.xz spack-f390289629938d33f4a3ea90ac76dff485802be2.zip |
More strict ReadTheDocs tests (#26580)
Diffstat (limited to '.readthedocs.yml')
-rw-r--r-- | .readthedocs.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml index d1be95378e..cdb97bfad7 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,6 +2,7 @@ version: 2 sphinx: configuration: lib/spack/docs/conf.py + fail_on_warning: true python: version: 3.7 |