]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
Sphinx needs to be built after colorama
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 2 Feb 2023 14:48:32 +0000 (15:48 +0100)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 2 Feb 2023 14:48:32 +0000 (15:48 +0100)
products/Sphinx.pyconf

index e40d40bc0d083064f58b01052521607767a0346a..b6c9bbff756120260c014a9a1368e111cef912c7 100644 (file)
@@ -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"]
 }