Skip to content

Commit 86ffece

Browse files
committed
Add explicit Sphinx configuration for readthedocs
Updated `.readthedocs.yaml` to define Sphinx builder settings, including the builder type, configuration file path, and `fail_on_warning` option. This is necessary due to readthedocs deprecating projects without explicit builder configuration that comes into effect on 20-Jan-2025.
1 parent ece70cb commit 86ffece

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.readthedocs.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,10 @@ build:
88
conda:
99
environment: envs/environment-rtd.yaml
1010

11+
sphinx:
12+
builder: html
13+
configuration: docs/conf.py
14+
fail_on_warning: false
15+
1116
# Only build HTML and JSON formats
1217
formats: []

0 commit comments

Comments
 (0)