Skip to content

Commit fe40c0f

Browse files
authored
🔧 RTD: Add explicit Sphinx configuration
Since Jan 2025 RTD projects must explicitly define the configuration, see: https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/
1 parent 5fa3ff4 commit fe40c0f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

{{cookiecutter.plugin_name}}/.readthedocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ python:
1111
path: .
1212
extra_requirements:
1313
- docs
14+
15+
sphinx:
16+
builder: html
17+
configuration: docs/source/conf.py
18+
fail_on_warning: true

0 commit comments

Comments
 (0)