Skip to content

Commit

Permalink
try only pixi shell in pre_biild
Browse files Browse the repository at this point in the history
  • Loading branch information
shenvitor committed Jun 12, 2024
1 parent 8e35409 commit 5523780
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ build:
jobs:
post_install:
- curl -fsSL https://pixi.sh/install.sh | bash
- export PATH="$HOME/.pixi/bin:$PATH" && pixi install
pre_build:
- export PATH="$HOME/.pixi/bin:$PATH" && pixi install
- pixi shell -c "true"
- export PATH="$HOME/.pixi/bin:$PATH" && pixi shell
sphinx:
builder: html
configuration: docs/conf.py
Expand Down
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"substitution",
"tasklist",
]
nitpicky = True

nb_execution_mode = "auto"
nitpicky = True
version = "0.1.0"

0 comments on commit 5523780

Please sign in to comment.