From 3c6470c0b0b00625608b69a9f0b6986a0c4e039c Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Wed, 6 Mar 2024 16:33:37 +0100
Subject: [PATCH] test documentation in conda ci

---
 .github/workflows/macos-linux-conda.yml | 2 +-
 CHANGELOG.md                            | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/macos-linux-conda.yml b/.github/workflows/macos-linux-conda.yml
index 9a83ac9a..e4145419 100644
--- a/.github/workflows/macos-linux-conda.yml
+++ b/.github/workflows/macos-linux-conda.yml
@@ -49,7 +49,7 @@ jobs:
         mkdir build
         cd build
 
-        cmake .. -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=$(which python3) -DGENERATE_PYTHON_STUBS=ON -DHPP_FCL_HAS_QHULL=ON
+        cmake .. -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=$(which python3) -DGENERATE_PYTHON_STUBS=ON -DHPP_FCL_HAS_QHULL=ON -DBUILD_DOCUMENTATION=ON -DINSTALL_DOCUMENTATION=ON
         make -j2
         make build_tests
         export CTEST_OUTPUT_ON_FAILURE=1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2dedcf13..1caf2806 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 
 ### Fixed
 - updated cmake module to fix documentation generation
+- test documentation in conda ci
 
 ## [2.4.2] - 2024-03-06
 
-- 
GitLab