Skip to content

Commit 29bea84

Browse files
authored
Explicitly configure ReadTheDocs build to use conf.py (pydata#9908)
I got an email indicating that this configuration will be required as of January 20, 2025.
1 parent 60a4a49 commit 29bea84

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
version: 2
22

3+
sphinx:
4+
configuration: doc/conf.py
5+
fail_on_warning: true
6+
37
build:
48
os: ubuntu-lts-latest
59
tools:
@@ -14,7 +18,4 @@ build:
1418
conda:
1519
environment: ci/requirements/doc.yml
1620

17-
sphinx:
18-
fail_on_warning: true
19-
2021
formats: []

0 commit comments

Comments
 (0)