From 64268505b8e4f13095f847116b56d7716281ed04 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Mon, 3 Feb 2025 20:40:03 +0000 Subject: [PATCH] docs: Fix ReadTheDocs sphinx.configuration requirement Deprecation of projects using Sphinx or MkDocs without an explicit configuration file: https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/ Signed-off-by: Andrei Gherzan --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 5e8dc207..1438e175 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,7 @@ version: 2 +sphinx: + configuration: docs/conf.py build: os: ubuntu-22.04 tools: