docs: edit .readthedocs.yaml

This commit is contained in:
Vicente Adolfo Bolea Sanchez 2023-10-20 18:53:38 -04:00
parent 05b86fa3a1
commit dcfedd023d

@ -25,9 +25,10 @@ build:
post_install:
- 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
sphinx:
configuration: ./build/docs/users-guide/VTKmUsersGuideHTML.cache/conf.py
configuration: docs/users-guide/conf.py
python:
install: