From 1db2b0ae87aed550cfc45a73e0673008e9dcfd38 Mon Sep 17 00:00:00 2001 From: Gizem Kavas <130026871+kavasg@users.noreply.github.com> Date: Sat, 1 Mar 2025 02:13:50 +0000 Subject: [PATCH] Fix ReadTheDocs build: add sphinx.configuration --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 865c6859..5196b205 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,5 +9,6 @@ python: - method: pip path: . sphinx: + configuration: docs/conf.py builder: dirhtml fail_on_warning: true