mirror of https://github.com/zulip/zulip.git
Revert "docs: Temporarily disable parallel building."
This reverts commit b7561049b765946d612069b52330695e8489bc7f. The bug it worked around was fixed with the previous commit’s upgrade. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
75c182cb2a
commit
3ba444096b
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
|
||||
# You can set these variables from the command line.
|
||||
SPHINXOPTS = -W
|
||||
SPHINXOPTS = -j auto -W
|
||||
SPHINXBUILD = sphinx-build
|
||||
SOURCEDIR = .
|
||||
BUILDDIR = _build
|
||||
|
|
Loading…
Reference in New Issue