From a2e46c47e334af6974dff53ff32116ce005b87cd Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 22 Apr 2021 16:20:34 -0400 Subject: [PATCH] download only a specific tag/version of MathJax when cloning --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 7deaaf2a2e..a90b13e133 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -236,7 +236,7 @@ $(VENV): ) $(MATHJAX): - @git clone --depth 1 git://github.com/mathjax/MathJax.git $@ + @git clone -b 3.1.3 -c advice.detachedHead=0 --depth 1 git://github.com/mathjax/MathJax.git $@ $(TXT2RST) $(ANCHORCHECK): $(VENV) @( \