From 60086823531bbae467218b0cc42389be5d66976b Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Tue, 14 Jan 2025 11:26:19 +0400 Subject: [PATCH] Add sphinx.configuration to .readthedocs.yml --- .readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index ccbd86512..0bb2cebab 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,3 +14,6 @@ python: - path: . extra_requirements: - "docs" + +sphinx: + configuration: docs/sphinx/conf.py