Skip to content

Commit

Permalink
Merge pull request ceph#37392 from tchaikov/wip-doc-pip
Browse files Browse the repository at this point in the history
admin: pass --use-feature=2020-resolver to pip

Reviewed-by: Neha Ojha <[email protected]>
  • Loading branch information
tchaikov committed Oct 1, 2020
2 parents 116283a + bc00a8f commit 60949c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/build-doc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ cd build-doc
if [ ! -e $vdir ]; then
virtualenv --python=python3 $vdir
fi
$vdir/bin/pip install --quiet -r $TOPDIR/admin/doc-requirements.txt -r $TOPDIR/admin/doc-python-common-requirements.txt
$vdir/bin/pip install --use-feature=2020-resolver --quiet -r $TOPDIR/admin/doc-requirements.txt -r $TOPDIR/admin/doc-python-common-requirements.txt

install -d -m0755 \
$TOPDIR/build-doc/output/html \
Expand Down

0 comments on commit 60949c9

Please sign in to comment.