From 8ebeb7bdc0b5c55873aeec1204bb884cff17973f Mon Sep 17 00:00:00 2001 From: Vicente Adolfo Bolea Sanchez Date: Fri, 20 Oct 2023 18:24:39 -0400 Subject: [PATCH] docs: edit .readthedocs.yaml --- .readthedocs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 08840da29..0b7500156 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -18,11 +18,12 @@ build: os: ubuntu-22.04 apt_packages: - cmake + - ninja tools: python: '3.10' jobs: post_install: - - cmake -B build -S . -DVTKm_ENABLE_DOCUMENTATION=ON -DVTKm_ENABLE_USERS_GUIDE=ON + - cmake -GNinja -B build -S . -DVTKm_ENABLE_DOCUMENTATION=ON -DVTKm_ENABLE_USERS_GUIDE=ON - cmake --build build --target docs/doxygen sphinx: