]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
spns #42820: added configuration files for breathe, exhale and their dependencies
authorGuytri KASTANE <guytri.kastane@cea.fr>
Thu, 29 Aug 2024 12:39:10 +0000 (14:39 +0200)
committerGuytri KASTANE <guytri.kastane@cea.fr>
Thu, 29 Aug 2024 12:39:10 +0000 (14:39 +0200)
products/breathe.pyconf
products/exhale.pyconf

index 610b41412090d1aee31cb670e764d648c22af6a0..ea5a7846db70d0fd37e3d948eb22f71f08a997ad 100644 (file)
@@ -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'
index 8a94a04c5b1f6a03cebef469a27b5c24aae9c95f..e9d55644b84b4c8a49ec0034a3e9d5c8d915b46d 100644 (file)
@@ -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'