From 83187d23075be78d5ffe4c56afc4b5e4a0de2c0f Mon Sep 17 00:00:00 2001 From: spifory Date: Mon, 13 Jan 2025 21:55:21 +0200 Subject: [PATCH] fix(docs): add sphinx config to `sphinx.configuration` key --- .readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index a49256c..324e567 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -20,3 +20,4 @@ build: # Poetry setup still seems to fail on readthedocs. sphinx: fail_on_warning: false + configuration: docs/conf.py