Skip to content

Commit b8ac697

Browse files
fix: update documentation installation command to use --no-cache
1 parent a0e7486 commit b8ac697

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

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

1313
doc: .venv
1414
. .venv/bin/activate ; \
15-
uv pip install '.[docs]' ;
15+
uv pip install '.[docs]' --no-cache ;
1616
. .venv/bin/activate ; \
1717
make -C docs/source/ clean ; \
1818
make -C docs/source/ html ;

0 commit comments

Comments
 (0)