From 19f0f2991c945db0d649f05ea0f9ec89fade81a0 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Mon, 25 May 2020 09:58:05 +0900 Subject: [PATCH] chg: [tools] re-add fixed module --- tools/gen_misp_install_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gen_misp_install_docs.sh b/tools/gen_misp_install_docs.sh index bf6d63eb3..351909aca 100755 --- a/tools/gen_misp_install_docs.sh +++ b/tools/gen_misp_install_docs.sh @@ -13,7 +13,7 @@ fi if [ -z "$VIRTUAL_ENV" ]; then virtualenv -p python3 mkdocs || echo "You probably have the main Python(3) binary running exclusively somewhere, make sure it is killed." - ${PWD}/mkdocs/bin/pip install mkdocs==1.0.4 mkdocs-material==4.6.3 markdown-include python-markdown-comments gitchangelog + ${PWD}/mkdocs/bin/pip install mkdocs==1.0.4 mkdocs-material==4.6.3 markdown-include python-markdown-comments gitchangelog git+https://github.com/ryneeverett/python-markdown-comments.git fi # Fixing ASCII aborration introduced in: https://github.com/MISP/MISP/commit/1b028ee15a3bd2f209102cd6204e6c4bb519be97