]> git.pld-linux.org Git - packages/python-path.git/commitdiff
- allow build without docs.python.org accessible auto/th/python-path-10.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 12 Mar 2017 14:13:11 +0000 (15:13 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 12 Mar 2017 14:13:11 +0000 (15:13 +0100)
python-path.spec

index e9e54209fdb67ae18a8ac79fd8c9a7c86c5a9960..797602dbfb34a3609217a39c3b0df567edadaaff 100644 (file)
@@ -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
This page took 0.07669 seconds and 4 git commands to generate.