From 2d9caa10b3d9f78c797caeac920f932dd1a82989 Mon Sep 17 00:00:00 2001 From: Sandor Kertesz Date: Mon, 13 Jan 2025 09:47:38 +0000 Subject: [PATCH] Add spinx block to read the docs config --- .readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 4f05e91e..6f802a2a 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,3 +9,5 @@ python: - requirements: docs/requirements.txt - method: pip path: . +sphinx: + configuration: docs/conf.py