docs: edit .readthedocs.yaml

This commit is contained in:
Vicente Adolfo Bolea Sanchez 2023-10-23 19:04:15 -04:00
parent 2d9fea1902
commit d0c1ed6d72

@ -25,6 +25,7 @@ build:
jobs:
post_install:
- git lfs install
- git lfs fetch --include "*.png"
- git lfs checkout docs/users-guide/images/
- cmake -B build -S . -DVTKm_ENABLE_DOCUMENTATION=ON -DVTKm_ENABLE_USERS_GUIDE=ON
- cmake --build build --target VTKmDoxygenDocs