From 6f5524809c05950ff945b19562aac4c9fdf3c658 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 4 Dec 2024 17:19:41 +0100 Subject: [PATCH] Update readthedocs config --- docs/.readthedocs.yaml => .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename docs/.readthedocs.yaml => .readthedocs.yaml (54%) diff --git a/docs/.readthedocs.yaml b/.readthedocs.yaml similarity index 54% rename from docs/.readthedocs.yaml rename to .readthedocs.yaml index aaa3306..19692d4 100644 --- a/docs/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,8 +6,8 @@ build: python: '3.11' sphinx: - configuration: source/conf.py + configuration: docs/source/conf.py python: install: - - requirements: source/requirements.txt + - requirements: docs/source/requirements.txt