Skip to content

Commit a61533c

Browse files
authored
Correct RTD conf.py location. (#1096)
1 parent 552db0e commit a61533c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build:
99
python: "3.13"
1010
# Build documentation in the "docs/" directory with Sphinx
1111
sphinx:
12-
configuration: docs/conf.py
12+
configuration: docs/source/conf.py
1313
# Optionally, but recommended,
1414
# declare the Python requirements required to build your documentation
1515
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html

0 commit comments

Comments
 (0)