From 2d10d4e78567afcbb18db5e60f3fe48583a7e5b9 Mon Sep 17 00:00:00 2001 From: Regina Voloshin Date: Mon, 13 Jan 2025 16:30:46 +0200 Subject: [PATCH] docs: add mkdocs configuration stanza to .readthedocs.yaml (#21475) Signed-off-by: reggie-k --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 71bd86159a..3090548be7 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,6 +2,7 @@ version: 2 formats: all mkdocs: fail_on_warning: false + configuration: mkdocs.yml python: install: - requirements: docs/requirements.txt