branch: elpa/evil
commit 94f9517f66be80395ef7ba3604278ed5624b9529
Author: Axel Forsman <a...@axelf.se>
Commit: Axel Forsman <a...@axelf.se>

    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 f17f5abf0d..f4b346be25 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

Reply via email to