Skip to content

Commit 48a16c2

Browse files
committed
readthedocs.yml: explicit Sphinx configuration
Prompted by deprecation of RTD's auto-detection of Sphinx configs <https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/>
1 parent 4c187d5 commit 48a16c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readthedocs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ build:
66
tools:
77
python: '3.11'
88

9+
sphinx:
10+
configuration: doc/conf.py
11+
912
python:
1013
install:
1114
- method: pip

0 commit comments

Comments
 (0)