From cee2c6e2cbff607d3c7360eecb00c91eab28f8ec Mon Sep 17 00:00:00 2001 From: Vicente Adolfo Bolea Sanchez Date: Mon, 23 Oct 2023 19:17:52 -0400 Subject: [PATCH] docs: edit .readthedocs.yaml --- .readthedocs.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 598a1f11d..362d272bf 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -24,9 +24,8 @@ build: python: '3.10' jobs: post_install: - - git lfs install - - git lfs fetch --include "*.png" - - git lfs checkout docs/users-guide/images/ + - git lfs install --local + - git lfs fetch --include "*.png" origin - cmake -B build -S . -DVTKm_ENABLE_DOCUMENTATION=ON -DVTKm_ENABLE_USERS_GUIDE=ON - cmake --build build --target VTKmDoxygenDocs - cp -f ./build/docs/users-guide/VTKmUsersGuideHTML.cache/conf.py docs/users-guide/conf.py