Try to use python 3 for building docs

It has SNI support out of the box without need to handle some deps.

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2017-12-14 12:49:29 +01:00
parent 68c30db684
commit cfc79ded73

View File

@ -1,5 +1,5 @@
#!/bin/sh
# We use 1.5 to be able to deal with gzip only sites in linkcheck (such as tcpdf.org)
# Install deps for building documentation
pip install --user 'Sphinx' 'requests>=2.4.1'
pip3 install --user 'Sphinx'