From a885acb1791fcc595a8e924614e47e6993d52e19 Mon Sep 17 00:00:00 2001 From: Bo Maryniuk Date: Fri, 10 Nov 2023 21:29:54 +0100 Subject: [PATCH] Fix path --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index bea6b65..3533a9b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,9 +12,9 @@ build: sphinx: builder: html - configuration: doc/conf.py + configuration: docs/conf.py fail_on_warning: false python: install: - - requirements: doc/requirements.txt + - requirements: docs/requirements.txt