From e311b1098a351b8ede70a8c36da2857f9e9c6361 Mon Sep 17 00:00:00 2001 From: Stefan Holst Date: Mon, 23 Jun 2025 15:45:35 +0900 Subject: [PATCH] sphinx config --- .readthedocs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e83d150..c8eb2db 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,9 +7,11 @@ build: sphinx: fail_on_warning: true + configuration: docs/conf.py python: # Install our python package before building the docs install: - method: pip - path: . \ No newline at end of file + path: . +