Documentation: build documentation using sphinx -j option which parallelizes jobs

This commit is contained in:
Matias N 2020-09-11 12:08:02 -03:00 committed by Xiang Xiao
parent 70caa27c4c
commit 7b965a25d8

View file

@ -23,7 +23,7 @@
# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXOPTS ?= -j auto
SPHINXBUILD ?= sphinx-build
SOURCEDIR = .
BUILDDIR = _build