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}