[python-jinja2] Use this version of jinja2 when building the docs.

Thomas Moschny thm at fedoraproject.org
Fri Aug 16 18:21:59 UTC 2013


commit f32fb3baf5f3aec03e499633e22810fc1f896a14
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Fri Aug 16 20:16:34 2013 +0200

    Use this version of jinja2 when building the docs.

 python-jinja2.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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}


More information about the scm-commits mailing list