From cbe5c071b01efd46db7942ead5776dace700c5ab Mon Sep 17 00:00:00 2001 From: David Bowler Date: Tue, 19 May 2026 10:57:06 +0100 Subject: [PATCH] Update RTD configuration file RTD now requires an explicit Sphinx configuration file: this change adds the manual configuration --- .readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 3a3fcc7e0..7e6f1d149 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -11,8 +11,8 @@ build: python: "3.12" # Build documentation in the docs/ directory with Sphinx -#sphinx: -# configuration: docs/CONQUEST-manual/conf.py +sphinx: + configuration: docs/conf.py # Optionally build your docs in additional formats such as PDF and ePub formats: all