From 2d6352f32070233f1c36eb157c43c5a86c1f3bcc Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Thu, 2 Feb 2023 15:48:32 +0100 Subject: [PATCH] Sphinx needs to be built after colorama --- products/Sphinx.pyconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] } -- 2.39.2