From faec2454cbb195fe9ea70dc6bbfd36bc90b5da85 Mon Sep 17 00:00:00 2001 From: Teoman ONAY Date: Fri, 24 Jan 2025 14:05:51 +0100 Subject: [PATCH] doc: CI readthedocs job fails Deprecation of projects using Sphinx without an explicit configuration file [1] https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/ Signed-off-by: Teoman ONAY --- .readthedocs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 26877ab636..f7db4bbffd 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,4 +3,8 @@ version: 2 build: os: "ubuntu-22.04" tools: - python: "3.9" \ No newline at end of file + python: "3.9" + +sphinx: + # Path to your Sphinx configuration file. + configuration: docs/source/conf.py