From f32fb3baf5f3aec03e499633e22810fc1f896a14 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Aug 16 2013 18:16:34 +0000 Subject: Use this version of jinja2 when building the docs. --- diff --git a/python-jinja2.spec b/python-jinja2.spec index afb2cb3..fb0b3fc 100644 --- a/python-jinja2.spec +++ b/python-jinja2.spec @@ -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}