From 93bfe17a371dde7487a33db9191c2248aa620124 Mon Sep 17 00:00:00 2001 From: Dennis Siemensma Date: Tue, 2 Jul 2024 22:24:52 +0200 Subject: [PATCH] Relocate/convert docs #1686 --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 035c55fe..e359bc94 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,8 +12,8 @@ build: # Build documentation with MkDocs mkdocs: - configuration: mkdocs.yml + configuration: documentation/mkdocs.yml python: install: - - requirements: docs/requirements.txt + - requirements: documentation/requirements.txt