From 895d72aefc51de220516d698360a7a9a182ccde7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= Date: Mon, 13 Jan 2025 12:28:28 +0100 Subject: [PATCH] Add an explicit sphinx configuration for docs The readthedocs config file now has to explicitly mention the config file location. See the blog post for more details: https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/ --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 57bf139739..58a0c5cd92 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,9 @@ # Config for building https://tmt.readthedocs.io/ version: 2 + +sphinx: + configuration: docs/conf.py + python: install: - method: pip