docs: edit .readthedocs.yaml

This commit is contained in:
Vicente Adolfo Bolea Sanchez 2023-10-20 18:43:29 -04:00
parent bfaf862bbb
commit 05b86fa3a1

@ -23,8 +23,8 @@ build:
python: '3.10'
jobs:
post_install:
- cmake -G'Unix Makefiles' -B build -S . -DVTKm_ENABLE_DOCUMENTATION=ON -DVTKm_ENABLE_USERS_GUIDE=ON
- cmake --build build --target docs/doxygen
- cmake -B build -S . -DVTKm_ENABLE_DOCUMENTATION=ON -DVTKm_ENABLE_USERS_GUIDE=ON
- cmake --build build --target VTKmDoxygenDocs
sphinx:
configuration: ./build/docs/users-guide/VTKmUsersGuideHTML.cache/conf.py