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:
parent
68c30db684
commit
cfc79ded73
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user