We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491eef3 commit de4c9cdCopy full SHA for de4c9cd
.readthedocs.yaml
@@ -9,7 +9,7 @@ build:
9
- asdf install uv latest
10
- asdf global uv latest
11
install:
12
- - cd bindings/python && uv sync --no-install-project --group docs
+ - cd bindings/python && uv sync --no-install-project --frozen --group docs
13
build:
14
html:
15
- - cd bindings/python && uv run --no-project sphinx-build -c docs -T -b html docs $READTHEDOCS_OUTPUT/html
+ - cd bindings/python && uv run --no-project --frozen sphinx-build -c docs -T -b html docs $READTHEDOCS_OUTPUT/html
0 commit comments