mirror of
https://github.com/odoo/documentation.git
synced 2025-12-12 07:29:27 +07:00
[MERGE] Forward-port of branch 13.0 to 14.0
This commit is contained in:
4
Makefile
4
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
|
||||
|
||||
Reference in New Issue
Block a user