docs: edit .readthedocs.yaml

This commit is contained in:
Vicente Adolfo Bolea Sanchez 2023-10-23 19:17:52 -04:00
parent d0c1ed6d72
commit cee2c6e2cb

@ -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