aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Forsman <axel@axelf.se>2025-03-16 10:08:03 +0100
committerAxel Forsman <axel@axelf.se>2025-03-16 10:08:03 +0100
commit94f9517f66be80395ef7ba3604278ed5624b9529 (patch)
tree590babf1152d66ce9e7926a17965b6804ff3d900
parentac620beace5f28fbf40cd69765975bf6e915c01c (diff)
Add sphinx.configuration key to .readthedocs.yaml
See: https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/
-rw-r--r--.readthedocs.yaml3
1 files changed, 3 insertions, 0 deletions
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