Skip to content

Commit efdbc13

Browse files
authored
chore: add sphinx config path to .readthedocs.yml (#881)
* chore: add sphinx confit path to .readthedocs.yml * wording
1 parent 3483334 commit efdbc13

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.readthedocs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ build:
1616
python:
1717
install:
1818
- requirements: docs/requirements-docs.txt
19+
20+
# Explicit configuration path is required by ReadtheDocs starting Jan 20, 2025.
21+
# See: https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/
22+
version: 2
23+
sphinx:
24+
configuration: docs/conf.py

0 commit comments

Comments
 (0)