From 4022de2d533c263c6751fed993a9f738043e7848 Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Wed, 26 Mar 2025 23:14:31 +0100 Subject: [PATCH] Added missing config for RTD --- readthedocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readthedocs.yml b/readthedocs.yml index 38f414b..a27f6bd 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,5 +1,9 @@ version: 2 +sphinx: + # Path to Sphinx configuration file + configuration: docs/source/conf.py + build: os: "ubuntu-22.04" tools: