From 36d99876c5a75ce3c2e3263826963633fd28dcc4 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 23 Aug 2023 07:12:14 +0200 Subject: [PATCH] Add mkdocs to rtd config --- .readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 817e8bfdd..6d0d1fe64 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,3 +9,6 @@ build: python: install: - requirements: docs/requirements-docs.txt + +mkdocs: + configuration: mkdocs.yml