From 4ced9fe7944dbac5cedb51f9277eb0336607c332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 11 May 2018 17:27:39 +0200 Subject: [PATCH] Fail early when trying to load intersphinx inventories --- ipython.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipython.spec b/ipython.spec index 13f71f4..bf72e75 100644 --- a/ipython.spec +++ b/ipython.spec @@ -158,7 +158,7 @@ find . -name '*.py' -print0 | xargs -0 sed -i '1s|^#!python|#!%{__python3}|' %if %{with doc} pushd docs -PYTHONPATH=.. make html SPHINXBUILD=sphinx-build-3 +PYTHONPATH=.. make html SPHINXBUILD='sphinx-build-3 -D intersphinx_timeout=1' mkdir -p build/html/ rm -rf build/html/.buildinfo popd