File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Unreleased
88
99- Dependencies: Unblock newer versions of Sphinx
1010- Dependencies: Updated to ``sphinx-autobuild==2025.8.25 ``
11+ - Enabled parallel builds by updating theme and using ``--jobs auto ``
1112
1213
13142.1.2 - 2024/02/28
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ PYTHON = python3
5050PIP = $(PYTHON ) -m pip
5151SPHINXBUILD = $(ENV_DIR ) /bin/sphinx-build
5252SPHINXAUTOBUILD = $(ENV_DIR ) /bin/sphinx-autobuild
53- AUTOBUILD_OPTS = --watch $(TOP_DIR ) /src --re-ignore '^(?!.+\.(?:rst|md|mmd|html|css|js|py|conf)$$)' --open-browser --delay 0
53+ AUTOBUILD_OPTS = --watch $(TOP_DIR ) --re-ignore '^(?!.+\.(?:rst|md|mmd|html|css|js|py|conf)$$)' --open-browser --delay 0 --jobs auto
5454BUILD_DIR = $(LOCAL_DIR ) /.build
5555SPHINX_ARGS = . $(BUILD_DIR )
5656SPHINX_OPTS = -W -n
Original file line number Diff line number Diff line change 11sphinx >= 3 ,< 9
2- crate-docs-theme
2+ crate-docs-theme >= 0.42.0
You can’t perform that action at this time.
0 commit comments