Skip to content

Commit 611aeac

Browse files
authored
Update Sphinx build (#500)
1 parent d132935 commit 611aeac

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ setup: ## Install development dependencies
1313
uv run pre-commit install
1414

1515
docs: ## Re-generate documentation
16-
-rm -r docs/modules/generated
17-
uv run $(MAKE) -C docs clean html
16+
uv run $(MAKE) -C docs html
1817

1918
doctest: docs ## Run documentation tests
2019
uv run $(MAKE) -C docs doctest

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# You can set these variables from the command line.
44
PREPROCESS = sphinx-apidoc
5-
SPHINXOPTS = -W
5+
SPHINXOPTS = -W -j auto
66
SPHINXBUILD = sphinx-build
77
SOURCEDIR = .
88
BUILDDIR = _build

0 commit comments

Comments
 (0)