diff options
| author | Axel Forsman <axel@axelf.se> | 2025-03-16 10:08:03 +0100 |
|---|---|---|
| committer | Axel Forsman <axel@axelf.se> | 2025-03-16 10:08:03 +0100 |
| commit | 94f9517f66be80395ef7ba3604278ed5624b9529 (patch) | |
| tree | 590babf1152d66ce9e7926a17965b6804ff3d900 | |
| parent | ac620beace5f28fbf40cd69765975bf6e915c01c (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.yaml | 3 |
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 |
