Salome HOME
add salome_system to the list of dependencies for native builds...
[tools/sat_salome.git] / products / sphinx_rtd_theme.pyconf
index 4c93f6b5e0272cbdd89ab836256111a41e6cdf4a..f46ec834a461cb53561bd715fc781f1b63e51ab6 100644 (file)
@@ -36,3 +36,26 @@ version_0_1_9:
       pip : "no"
     }
 }
+
+version_0_4_3_win_dbg:
+{
+    name : "sphinx_rtd_theme"
+    build_source : "script"
+    compil_script :  "sphinx_rtd_theme.bat"
+    get_source : "archive"
+    archive_info : {archive_name : "sphinx_rtd_theme-0.4.3.tar.gz"}
+    environ :
+    {
+       env_script : "sphinx_rtd_theme.py"
+    }
+    depend : ['Python', 'Sphinx']
+    patches : []
+    source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
+    build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
+    install_dir : 'base'
+    properties:
+    {
+      incremental : "yes"
+      pip : "no"
+    }
+}