We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d132935 commit 611aeacCopy full SHA for 611aeac
Makefile
@@ -13,8 +13,7 @@ setup: ## Install development dependencies
13
uv run pre-commit install
14
15
docs: ## Re-generate documentation
16
- -rm -r docs/modules/generated
17
- uv run $(MAKE) -C docs clean html
+ uv run $(MAKE) -C docs html
18
19
doctest: docs ## Run documentation tests
20
uv run $(MAKE) -C docs doctest
docs/Makefile
@@ -2,7 +2,7 @@
2
3
# You can set these variables from the command line.
4
PREPROCESS = sphinx-apidoc
5
-SPHINXOPTS = -W
+SPHINXOPTS = -W -j auto
6
SPHINXBUILD = sphinx-build
7
SOURCEDIR = .
8
BUILDDIR = _build
0 commit comments