Skip to content

Commit fc044b3

Browse files
committed
Explicitly configure readthedocs conf.py path
RTD made a change that now requires it: https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/
1 parent 26f7c0a commit fc044b3

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: docs/source/conf.py
5+
36
build:
47
os: "ubuntu-20.04"
58
tools:

0 commit comments

Comments
 (0)