From: Guytri KASTANE Date: Thu, 29 Aug 2024 12:39:10 +0000 (+0200) Subject: spns #42820: added configuration files for breathe, exhale and their dependencies X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9ca7ea61b52147b855e5608f772e685e10a38132;p=tools%2Fsat_salome.git spns #42820: added configuration files for breathe, exhale and their dependencies --- diff --git a/products/breathe.pyconf b/products/breathe.pyconf index 610b414..ea5a784 100644 --- a/products/breathe.pyconf +++ b/products/breathe.pyconf @@ -9,7 +9,7 @@ default : { env_script : "breathe.py" } - depend : ['Python','Sphinx'] + depend : ['Python','Sphinx', 'docutils'] source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + "breathe" build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + "breathe" install_dir : 'base' diff --git a/products/exhale.pyconf b/products/exhale.pyconf index 8a94a04..e9d5564 100644 --- a/products/exhale.pyconf +++ b/products/exhale.pyconf @@ -9,7 +9,8 @@ default : { env_script : "exhale.py" } - depend : ['Python', 'setuptools', 'Sphinx', 'beautifulsoup4', 'lxml', 'six'] + depend : ['Python', 'setuptools', 'Sphinx', 'breathe'] + opt_depend : ['beautifulsoup4', 'lxml', 'six'] source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + "exhale" build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + "exhale" install_dir : 'base'