From 14c2512202b94a81df1fc4ce5a4e3fd6fab633c6 Mon Sep 17 00:00:00 2001 From: light7734 Date: Mon, 3 Nov 2025 16:31:15 +0330 Subject: [PATCH] add breathe & remove conan --- tools/ci/documentation.dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/ci/documentation.dockerfile b/tools/ci/documentation.dockerfile index 94a8011..811a333 100644 --- a/tools/ci/documentation.dockerfile +++ b/tools/ci/documentation.dockerfile @@ -20,8 +20,7 @@ RUN apk add --no-cache \ openssh RUN pip install --no-cache-dir --break-system-packages \ - conan \ - gitpython \ Sphinx \ sphinx_rtd_theme \ - && conan profile detect + gitpython \ + breathe