Skip to content

Commit

Permalink
Explicitly configure ReadTheDocs build to use conf.py
Browse files Browse the repository at this point in the history
I got an email indicating that this configuration will be required as
of January 20, 2025.
  • Loading branch information
shoyer committed Dec 18, 2024
1 parent 60a4a49 commit 870266e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
version: 2

sphinx:
configuration: doc/conf.py
fail_on_warning: true

build:
os: ubuntu-lts-latest
tools:
Expand All @@ -14,7 +18,4 @@ build:
conda:
environment: ci/requirements/doc.yml

sphinx:
fail_on_warning: true

formats: []

0 comments on commit 870266e

Please sign in to comment.