From 051db00bcf4a8be4566f5429e0e237dda044ef12 Mon Sep 17 00:00:00 2001 From: Shwetha K Acharya Date: Tue, 21 Nov 2023 16:57:34 +0530 Subject: [PATCH] .readthedocs.yml: Add configuration as mkdocs.yml Signed-off-by: Shwetha K Acharya --- .readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index d6c2b599..6346d515 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,9 @@ build: tools: python: "3.11" +mkdocs: + configuration: mkdocs.yml + python: install: - requirements: requirements.txt