Skip to content

Commit 04e1554

Browse files
committed
CI: Fix RTD configuration
The `sphinx.configuration` key is missing. This key is now required, see our blog post for more information. https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/
1 parent 7a624b6 commit 04e1554

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.readthedocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ python:
1414

1515
sphinx:
1616
builder: html
17+
configuration: docs/conf.py
1718
fail_on_warning: true

0 commit comments

Comments
 (0)