Skip to content

Commit de4c9cd

Browse files
committed
use frozen on rtd
1 parent 491eef3 commit de4c9cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build:
99
- asdf install uv latest
1010
- asdf global uv latest
1111
install:
12-
- cd bindings/python && uv sync --no-install-project --group docs
12+
- cd bindings/python && uv sync --no-install-project --frozen --group docs
1313
build:
1414
html:
15-
- cd bindings/python && uv run --no-project sphinx-build -c docs -T -b html docs $READTHEDOCS_OUTPUT/html
15+
- cd bindings/python && uv run --no-project --frozen sphinx-build -c docs -T -b html docs $READTHEDOCS_OUTPUT/html

0 commit comments

Comments
 (0)