From 94f9517f66be80395ef7ba3604278ed5624b9529 Mon Sep 17 00:00:00 2001 From: Axel Forsman Date: Sun, 16 Mar 2025 10:08:03 +0100 Subject: Add sphinx.configuration key to .readthedocs.yaml See: https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/ --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f17f5ab..f4b346b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,6 +9,9 @@ build: pre_build: - scripts/evil-extract-docstrings +sphinx: + configuration: doc/source/conf.py + python: install: - requirements: doc/requirements.txt -- cgit v1.0