Skip to content
Snippets Groups Projects
Commit f97dd58b authored by David Douard's avatar David Douard
Browse files

Add the '--jobs auto' option to sphinx-build commands

parent 51489c81
No related branches found
No related tags found
No related merge requests found
Pipeline #7486 passed
......@@ -3,7 +3,7 @@
# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXOPTS ?= --jobs auto
SPHINXBUILD ?= sphinx-build
SOURCEDIR = .
BUILDDIR = _build
......
SPHINXOPTS ?= -t devel_doc
SPHINXOPTS ?= -t devel_doc --jobs auto
SPHINXOPTCOLOR ?= --color
SPHINXBUILD = sphinx-build
SOURCEDIR = .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment