From b5008fc72415d7c805e334246a21522ad1621163 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 7fd528d648..519e466fd1 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