[packages/python-path] - allow build without docs.python.org accessible
qboosh
qboosh at pld-linux.org
Sun Mar 12 15:11:00 CET 2017
commit 69bf89886d4e00faf255918611ea1be94cff12cb
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Mar 12 15:13:11 2017 +0100
- allow build without docs.python.org accessible
python-path.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/python-path.spec b/python-path.spec
index e9e5420..797602d 100644
--- a/python-path.spec
+++ b/python-path.spec
@@ -110,7 +110,9 @@ LC_ALL=C.UTF-8 %{__python3} -m pytest test_path.py
%if %{with doc}
install -d docs/_static
-%{__make} -C docs html
+# disable warnings (-W in SPHINXOPTS) to ignore objects.inv fetching error on builders
+%{__make} -C docs html \
+ SPHINXOPTS=
%endif
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-path.git/commitdiff/69bf89886d4e00faf255918611ea1be94cff12cb
More information about the pld-cvs-commit
mailing list