Skip to content

Commit

Permalink
change sphinx in rtd yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shenvitor committed Jun 11, 2024
1 parent 20d6256 commit 276d103
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ build:
post_install:
- curl -fsSL https://pixi.sh/install.sh | bash
- export PATH="$HOME/.pixi/bin:$PATH" && pixi install
- pixi run docnb
sphinx:
configuration: docs/conf.py
builder: html
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 276d103

Please sign in to comment.