Skip to content

Commit 0af5e42

Browse files
timmensclaude
andcommitted
Fix RTD config: move build to post_build, drop sphinx section
RTD's build step conflicts with custom pixi-based builds when a sphinx configuration is declared. Move the build to post_build (matching the dags pattern) and remove the sphinx section so RTD doesn't try to run its own sphinx build. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5ec8a8f commit 0af5e42

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.readthedocs.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ build:
99
- asdf plugin add pixi
1010
- asdf install pixi latest
1111
- asdf global pixi latest
12-
build:
13-
- pixi run -e docs build-docs
1412
post_build:
13+
- pixi run -e docs build-docs
1514
- mkdir --parents $READTHEDOCS_OUTPUT/html/
1615
- cp -a docs/build/html/. "$READTHEDOCS_OUTPUT/html" && rm -r docs/build
17-
sphinx:
18-
configuration: docs/source/conf.py
19-
fail_on_warning: false

0 commit comments

Comments
 (0)