Skip to content

Commit 5709c7f

Browse files
authored
Add explicit sphinx.configuration key
This is now required according to "Deprecation of projects using Sphinx or MkDocs without an explicit configuration file" Ref: https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/
1 parent 55169bb commit 5709c7f

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
@@ -11,3 +11,6 @@ python:
1111
path: .
1212
extra_requirements:
1313
- doc
14+
15+
sphinx:
16+
configuration: docs/conf.py

0 commit comments

Comments
 (0)