Basic usage step-by-step tutorial
This commit is contained in:
committed by
Todd Gamblin
parent
216d269f1d
commit
7201053f2a
@@ -3,7 +3,8 @@
|
||||
|
||||
# You can set these variables from the command line.
|
||||
SPHINXOPTS = -E
|
||||
SPHINXBUILD = sphinx-build
|
||||
JOBS ?= $(shell python -c 'import multiprocessing; print multiprocessing.cpu_count()')
|
||||
SPHINXBUILD = sphinx-build -j $(JOBS)
|
||||
PAPER =
|
||||
BUILDDIR = _build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user