From a18e9643261634191ee6aaea1c9bab6f9be5027b Mon Sep 17 00:00:00 2001 From: Logan Date: Tue, 8 Oct 2024 17:06:11 -0600 Subject: [PATCH] update install command (#16435) --- .readthedocs.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b398461d7e872..0a2ce7acc5eaa 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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