diff --git a/Makefile b/Makefile index 02ca83d8d..6cf6b2267 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Pass WORKERS=auto for parallel build ifndef WORKERS - WORKERS = 1 + WORKERS = auto endif SPHINX_BUILD = sphinx-build @@ -67,7 +67,7 @@ extensions/odoo_theme/static/style.css: extensions/odoo_theme/static/style.scss #=== Development and debugging rules ===# -fast: SPHINXOPTS += -A collapse_menu=True -j auto +fast: SPHINXOPTS += -A collapse_menu=True fast: html static: extensions/odoo_theme/static/style.css