From 06be3ae232068a1b8159882e1b86e6efa170d693 Mon Sep 17 00:00:00 2001 From: Jan Richter Date: Tue, 5 Dec 2023 11:03:02 +0100 Subject: [PATCH] Static checks for html documentation This commit introduces the static checks for avocado documentation. This change will help us avoid documentation issues in the future. It makes the readthedocs build more strict, which make it fail on any warning. Reference: #5757 Signed-off-by: Jan Richter --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d080db3879..3632c176a9 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,6 +14,7 @@ build: # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py + fail_on_warning: true # We recommend specifying your dependencies to enable reproducible builds: # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html