File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1212 - cd bindings/python && uv sync --no-install-project --group docs
1313 build :
1414 html :
15- - cd bindings/python && uv run sphinx-build -c docs/source -T -b html docs $READTHEDOCS_OUTPUT/html
15+ - cd bindings/python && uv run --no-project sphinx-build -c docs/source -T -b html docs $READTHEDOCS_OUTPUT/html
Original file line number Diff line number Diff line change @@ -37,12 +37,10 @@ echo "CMAKE_OSX_ARCHITECTURES=${CMAKE_OSX_ARCHITECTURES}"
3737echo " LIBBSON_INSTALL_DIR=${LIBBSON_INSTALL_DIR} "
3838
3939# Activate the virtualenv for the cmake build.
40- ls .
41- ls .venv
42- if [ -f $( pwd) /.venv/Scripts ]; then
43- . $( pwd) /.venv/Scripts/activate
40+ if [ -d $( pwd) /.venv/Scripts ]; then
41+ . " $( pwd) /.venv/Scripts/activate"
4442else
45- . $( pwd) /.venv/bin/activate
43+ . " $( pwd) /.venv/bin/activate"
4644fi
4745
4846# Build libbson
You can’t perform that action at this time.
0 commit comments