Skip to content
Snippets Groups Projects
Commit b0c2b92b authored by Matthew Pickering's avatar Matthew Pickering
Browse files

please

parent 41dda314
No related branches found
No related tags found
No related merge requests found
Pipeline #90689 canceled
......@@ -358,8 +358,8 @@ function fetch_sphinx() {
$PYTHON -m venv $toolchain/.venv-sphinx
source $toolchain/.venv-sphinx/bin/activate
info "Building sphinx2 $SPHINXBUILD_VERSION..."
$toolchain/.venv-sphinx/bin/pip.exe install -vvv --upgrade "sphinx==$SPHINXBUILD_VERSION"
$toolchain/.venv-sphinx/bin/pip.exe show -v sphinx
pip install -vvv --upgrade "sphinx==$SPHINXBUILD_VERSION"
pip show -v sphinx
info "Building sphinx3 $SPHINXBUILD_VERSION..."
deactivate
ls $toolchain/.venv-sphinx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment