Skip to content

Commit

Permalink
install pixi
Browse files Browse the repository at this point in the history
  • Loading branch information
adityagoel4512 committed Jun 15, 2024
1 parent 0c1ac37 commit 585855e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ build:
tools:
python: "3"
commands:
- pip install setuptools sphinx numpydoc sphinxcontrib-apidoc sphinx_rtd_theme sphinx-toolbox nbsphinx wheel
- pip install -e . --no-build-isolation
- cd docs && make html
- ls docs/_build/html
- curl -fsSL https://pixi.sh/install.sh | bash
- pixi run -e docs postinstall
- pixi run -e docs docs
- mkdir -p $READTHEDOCS_OUTPUT/html/
- cp -r docs/_build/html/** $READTHEDOCS_OUTPUT/html/

0 comments on commit 585855e

Please sign in to comment.