Skip to content

Commit 13a0e36

Browse files
readthedocs: set explicit sphinx configuration
Not specifying a configuration is now deprecated and results in permanent errors soon [1]. [1] https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/ Signed-off-by: Bastian Krause <[email protected]>
1 parent 4c78974 commit 13a0e36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
version: 2
22

3+
sphinx:
4+
configuration: doc/conf.py
5+
36
python:
47
install:
58
- method: pip

0 commit comments

Comments
 (0)