Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8bd656d

Browse files
committed
Closes #20258: Sphinx toolchain: move back to Jinja2 2.3.1 with support for Py2.5.
1 parent bd1d12e commit 8bd656d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ checkout:
4949
fi
5050
@if [ ! -d tools/jinja2 ]; then \
5151
echo "Checking out Jinja..."; \
52-
svn checkout $(SVNROOT)/external/Jinja2-2.7.2/jinja2 tools/jinja2; \
52+
svn checkout $(SVNROOT)/external/Jinja-2.3.1/jinja2 tools/jinja2; \
5353
fi
5454
@if [ ! -d tools/pygments ]; then \
5555
echo "Checking out Pygments..."; \

Doc/make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ goto end
3636
:checkout
3737
svn co %SVNROOT%/external/Sphinx-1.2/sphinx tools/sphinx
3838
svn co %SVNROOT%/external/docutils-0.11/docutils tools/docutils
39-
svn co %SVNROOT%/external/Jinja2-2.7.2/jinja2 tools/jinja2
39+
svn co %SVNROOT%/external/Jinja-2.3.1/jinja2 tools/jinja2
4040
svn co %SVNROOT%/external/Pygments-1.6/pygments tools/pygments
4141
goto end
4242

0 commit comments

Comments
 (0)