Skip to content

Commit

Permalink
update install command (#16435)
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich authored Oct 8, 2024
1 parent 131a0f5 commit a18e964
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@ build:
post_create_environment:
- python -m pip install poetry
post_install:
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH cd docs && poetry install
- cd docs && poetry config virtualenvs.create false && poetry install --no-root
pre_build:
- cd docs && poetry run merge-llama-deploy-docs

mkdocs:
configuration: docs/mkdocs.yml

python:
install:
- method: pip
path: docs

0 comments on commit a18e964

Please sign in to comment.