Skip to content

Commit 7b152a3

Browse files
committed
Enable parallel builds by updating theme and using --jobs auto
1 parent f881f2f commit 7b152a3

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

1314
2.1.2 - 2024/02/28

common-build/rules.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ PYTHON = python3
5050
PIP = $(PYTHON) -m pip
5151
SPHINXBUILD = $(ENV_DIR)/bin/sphinx-build
5252
SPHINXAUTOBUILD = $(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
5454
BUILD_DIR = $(LOCAL_DIR)/.build
5555
SPHINX_ARGS = . $(BUILD_DIR)
5656
SPHINX_OPTS = -W -n

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
sphinx>=3,<9
2-
crate-docs-theme
2+
crate-docs-theme>=0.42.0

0 commit comments

Comments
 (0)