Skip to content

Commit

Permalink
only essentials in post_install
Browse files Browse the repository at this point in the history
  • Loading branch information
shenvitor committed Jun 11, 2024
1 parent 657d996 commit 3b4f9ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ build:
jobs:
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 run docnb
- |-
/home/.pixi/bin/pixi pixi shell
sphinx:
sphinx:
builder: html
configuration: docs/conf.py

0 comments on commit 3b4f9ad

Please sign in to comment.