From 7d7ebb1740f9a7e84d99aabe76497f8eec7de463 Mon Sep 17 00:00:00 2001 From: Tim Collins <45351296+tico24@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:43:27 +0000 Subject: [PATCH] docs: explicitly reference mkdocs.yml in readthedocs config (#14016) Signed-off-by: Tim Collins --- .readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 71bd86159aeb..3090548be7e5 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,6 +2,7 @@ version: 2 formats: all mkdocs: fail_on_warning: false + configuration: mkdocs.yml python: install: - requirements: docs/requirements.txt