From e8053708554386716b20b3fbe77595f627f31185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A9n=C3=A9dikt=20Tran?= <10796600+picnixz@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:12:24 +0100 Subject: [PATCH] fix RTD build --- .readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 4e7f5f9f3b9..550ac42f47e 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,4 +1,6 @@ version: 2 +sphinx: + configuration: doc/conf.py build: os: ubuntu-22.04