From 3d91f3c23571caba6e9e52320401f30ebbc1635e Mon Sep 17 00:00:00 2001 From: deepend Date: Sun, 30 Aug 2026 23:19:20 -0600 Subject: [PATCH] fix build issue for readthedocs.io --- docs/.readthedocs.yaml => .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename docs/.readthedocs.yaml => .readthedocs.yaml (52%) diff --git a/docs/.readthedocs.yaml b/.readthedocs.yaml similarity index 52% rename from docs/.readthedocs.yaml rename to .readthedocs.yaml index f0f449ca..c4596ac2 100644 --- a/docs/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,7 +1,7 @@ version: 2 sphinx: - configuration: 'conf.py' + configuration: 'docs/conf.py' build: os: 'ubuntu-22.04' tools: - python: '3.11' \ No newline at end of file + python: '3.11'