From be76d782b06ca53650b0e48926cb93c2ef389f51 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Thu, 7 Sep 2023 18:50:42 +0200 Subject: [PATCH] Use a explicit `sphinx.configuration` Making this config explicit instead of realying on Read the Docs finding the correct `conf.py` file. --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8065b87..9138a7f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,3 +8,6 @@ build: python: install: - requirements: docs/requirements.txt + +sphinx: + configuration: docs/source/conf.py