From 84b8afdb94f985f3bf61194333efa90b398abbbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 18 Jan 2017 11:47:32 -0500 Subject: [PATCH] Run sphinx-build parallelized Not sure if this has any effect... --- sympy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sympy.spec b/sympy.spec index 6810dc5..b65de00 100644 --- a/sympy.spec +++ b/sympy.spec @@ -148,7 +148,7 @@ popd # Build the documentation pushd %{sympydir}/doc -make html +make html SPHINXOPTS=%{?_smp_mflags} make cheatsheet popd pushd python3/doc