Skip to content

Commit

Permalink
Add explicit Sphinx configuration for readthedocs
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
douglatornell committed Jan 14, 2025
1 parent cd7f6ba commit ddfed69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@ build:
conda:
environment: environment-rtd.yaml

sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: false

# Only build HTML and JSON formats
formats: []

0 comments on commit ddfed69

Please sign in to comment.