Merge pull request #19 from mithro/sphinx-parallel

Enable parallel doc build.
diff --git a/docs/Makefile b/docs/Makefile
index 0311c01..ab73e06 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -20,7 +20,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
 SPHINXAUTOBUILD = sphinx-autobuild
 SPHINXPROJ      = gf180mcuPDK
@@ -37,4 +37,3 @@
 # "make mode" option.  $(O) is meant as a shortcut for $(SPHINXOPTS).
 %: Makefile
 	@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
-