From ee75b10a7ca48a7df04b7cb6fef570b14e186f35 Mon Sep 17 00:00:00 2001 From: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Date: Wed, 19 Jul 2023 03:52:44 -0400 Subject: [PATCH] Update .readthedocs.yaml Co-authored-by: Frost Ming --- .readthedocs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2eccf692b90..fbda928147a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,6 +12,7 @@ build: - git update-index --assume-unchanged docs/source/conf.py post_install: - 'curl -sSL https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py | python3 -' - - 'VIRTUAL_ENV=$(dirname $(dirname $(which python))) ~/.local/bin/pdm sync -dG docs' + - '~/.local/bin/pdm use -f "$READTHEDOCS_VIRTUALENV_PATH" + - '~/.local/bin/pdm sync -dG docs' sphinx: configuration: docs/source/conf.py