From: Nabil Ghodbane Date: Thu, 2 Feb 2023 14:48:32 +0000 (+0100) Subject: Sphinx needs to be built after colorama X-Git-Tag: V9_11_0~114 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2d6352f32070233f1c36eb157c43c5a86c1f3bcc;p=tools%2Fsat_salome.git Sphinx needs to be built after colorama --- diff --git a/products/Sphinx.pyconf b/products/Sphinx.pyconf index e40d40b..b6c9bbf 100644 --- a/products/Sphinx.pyconf +++ b/products/Sphinx.pyconf @@ -30,7 +30,7 @@ default_win : { compil_script : 'pip_install_whl' + $VARS.scriptExtension archive_info : {archive_name : "Sphinx-" + $APPLICATION.products.Sphinx + "_windows.tar.gz"} - depend : ["Python", "setuptools", "Pygments", "Jinja2", "docutils", "sphinxcontrib_applehelp", "sphinxcontrib_serializinghtml","sphinxcontrib_websupport", "sphinxcontrib_htmlhelp", "sphinxcontrib_qthelp", "sphinxcontrib_devhelp", "sphinxcontrib_jsmath", "packaging", "requests", "imagesize", "alabaster", "Babel", "snowballstemmer", "markupsafe"] + depend : ["Python", "setuptools", "Pygments", "Jinja2", "docutils", "sphinxcontrib_applehelp", "sphinxcontrib_serializinghtml","sphinxcontrib_websupport", "sphinxcontrib_htmlhelp", "sphinxcontrib_qthelp", "sphinxcontrib_devhelp", "sphinxcontrib_jsmath", "packaging", "requests", "imagesize", "alabaster", "Babel", "snowballstemmer", "markupsafe", "colorama"] properties: { incremental : "yes" @@ -41,7 +41,7 @@ default_win : version_2_1_2: { - depend : ["Python", "setuptools", "Pygments", "Jinja2", "docutils", "sphinxcontrib_applehelp", "sphinxcontrib_serializinghtml","sphinxcontrib_websupport", "sphinxcontrib_htmlhelp", "sphinxcontrib_qthelp", "sphinxcontrib_devhelp", "sphinxcontrib_jsmath", "packaging", "requests", "imagesize", "alabaster", "Babel", "snowballstemmer", "markupsafe"] + depend : ["Python", "setuptools", "Pygments", "Jinja2", "docutils", "sphinxcontrib_applehelp", "sphinxcontrib_serializinghtml","sphinxcontrib_websupport", "sphinxcontrib_htmlhelp", "sphinxcontrib_qthelp", "sphinxcontrib_devhelp", "sphinxcontrib_jsmath", "packaging", "requests", "imagesize", "alabaster", "Babel", "snowballstemmer", "markupsafe", "colorama"] }