Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ setup: ## Install development dependencies
uv run pre-commit install

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

doctest: docs ## Run documentation tests
uv run $(MAKE) -C docs doctest
Expand Down
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# You can set these variables from the command line.
PREPROCESS = sphinx-apidoc
SPHINXOPTS = -W
SPHINXOPTS = -W -j auto
SPHINXBUILD = sphinx-build
SOURCEDIR = .
BUILDDIR = _build
Expand Down