Skip to content

Commit

Permalink
again post build maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
shenvitor committed Jun 11, 2024
1 parent bd5d1e2 commit dd52c07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ build:
post_install:
- curl -fsSL https://pixi.sh/install.sh | bash
- export PATH="$HOME/.pixi/bin:$PATH" && pixi install
post_build:
- export PATH="$HOME/.pixi/bin:$PATH"
- pixi shell -c "sphinx-build -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html"
sphinx:
builder: html
configuration: docs/conf.py
build_command: export PATH="$HOME/.pixi/bin:$PATH" && pixi shell -c "sphinx-build -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html"

0 comments on commit dd52c07

Please sign in to comment.