From 7af08ecda57b5aefcd4e81ba66dfec87573a16f9 Mon Sep 17 00:00:00 2001 From: Teemu Rytilahti Date: Mon, 13 Jan 2025 15:45:54 +0100 Subject: [PATCH] Add required sphinx.configuration Fixes CI build, this key will become mandatory very soon: https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/ --- .readthedocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 1d01cf18f..17b68ff4b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,6 +2,10 @@ version: 2 formats: all +sphinx: + configuration: docs/source/conf.py + + build: os: ubuntu-22.04 tools: