From 9198fc9ecf53b8568e83878fff42094193f39e2d Mon Sep 17 00:00:00 2001 From: Maximilian Linhoff Date: Mon, 20 Jan 2025 17:07:51 +0100 Subject: [PATCH] Add sphinx conf.py to RTD config --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6ffd378669e..ff447e4e8f6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,3 +14,6 @@ python: path: . extra_requirements: - docs + +sphinx: + configuration: docs/conf.py