Skip to content

Commit 75f7048

Browse files
authored
{CI} Pin Jinja2 to 3.0.3 (Azure#21798)
1 parent ad14ed5 commit 75f7048

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/ci/test_ref_doc.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ pip install -e ./tools
1414
[ -d privates ] && pip install -qqq privates/*.whl
1515
pip install $ALL_MODULES
1616

17-
pip install "sphinx==1.6.7" -q
17+
pip install sphinx==1.6.7 Jinja2==3.0.3
1818
echo "Installed."
1919

2020
cd doc/sphinx; python ./__main__.py
2121

2222
python $wd/test_help_doc_arguments.py "./_build/xml/ind.xml"
2323

2424
echo "OK."
25-

0 commit comments

Comments
 (0)