From 8ca7250f1c3e04e63250e5beb6369276e5336ab0 Mon Sep 17 00:00:00 2001 From: Koichi Akabe Date: Sat, 18 Apr 2026 22:06:32 +0900 Subject: [PATCH] Fix .readthedocs.yaml --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1849b4f..1f96fed 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,7 +2,7 @@ version: 2 sphinx: builder: html - configuration: docs/conf.py + configuration: docs/source/conf.py build: os: ubuntu-24.04