Use this version of jinja2 when building the docs.

This commit is contained in:
Thomas Moschny 2013-08-16 20:16:34 +02:00
parent 78ead1913c
commit f32fb3baf5

View File

@ -89,7 +89,7 @@ cp -a . %{py3dir}
# for now, we build docs using Python 2.x and use that for both
# packages.
%if 0%{?with_docs}
make -C docs html
make -C docs html PYTHONPATH=$(pwd)
%endif # with_docs
%if 0%{?with_python3}