Skip to content

Commit

Permalink
appveyor/msys2: Install sphinx using pip
Browse files Browse the repository at this point in the history
Workaround psf/requests#5710 as msys2
updated its python-idna package to 3.1
  • Loading branch information
anlambert committed Jan 27, 2021
1 parent 647c869 commit a7909d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor_msys2.sh
Expand Up @@ -44,8 +44,9 @@ then
mingw-w64-$MSYS2_ARCH-qt5 \
mingw-w64-$MSYS2_ARCH-quazip \
mingw-w64-$MSYS2_ARCH-qtwebkit \
mingw-w64-$MSYS2_ARCH-python-sphinx
mingw-w64-$MSYS2_ARCH-python-pip
export TALIPOT_BUILD_DOC=ON
pip3 install sphinx
fi

# Build Talipot, run its unit tests and package it
Expand Down

0 comments on commit a7909d6

Please sign in to comment.