7 lines
155 B
Bash
Executable File
7 lines
155 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# We use 1.5 to be able to deal with gzip only sites in linkcheck (such as tcpdf.org)
|
|
|
|
pip install --user 'Sphinx>=1.5a2' 'requests[security]'
|
|
|