Skip to content

Commit b1295bd

Browse files
committed
Set sphinx configuration file path explicitly to docs/conf.py
Xref https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/
1 parent cefe61c commit b1295bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.readthedocs.yml

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ build:
66
tools:
77
python: "mambaforge-23.11"
88

9+
# Build documentation in the docs/ directory with Sphinx
10+
sphinx:
11+
configuration: docs/conf.py
12+
913
# Optionally set the version of Python and requirements required to build your docs
1014
conda:
1115
environment: ci/doc.yml

0 commit comments

Comments
 (0)