This is an automated email from the ASF dual-hosted git repository.
ocket8888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push:
new 0400e03 Allow sphinx to use multiple cores (#5632)
0400e03 is described below
commit 0400e033953d90a896ef65d5f2c123a4d026220a
Author: Jonathan G <[email protected]>
AuthorDate: Thu Mar 11 18:10:53 2021 -0700
Allow sphinx to use multiple cores (#5632)
---
docs/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/Makefile b/docs/Makefile
index 958775c..7f4a715 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -19,7 +19,7 @@
#
# You can set these variables from the command line.
-SPHINXOPTS =
+SPHINXOPTS = -j auto
SPHINXBUILD = python3 -m sphinx
PAPER = letter
BUILDDIR = build