mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
Try the latest version of pip
This commit is contained in:
parent
a257d811d8
commit
39265a4288
@ -31,7 +31,7 @@ def build_docs():
|
|||||||
if not '__version__' in dir(pip) or \
|
if not '__version__' in dir(pip) or \
|
||||||
LooseVersion(pip.__version__) < LooseVersion('1.5.4'):
|
LooseVersion(pip.__version__) < LooseVersion('1.5.4'):
|
||||||
print("Updating pip")
|
print("Updating pip")
|
||||||
check_call(['pip', 'install', '--upgrade', 'pip==1.5.4'])
|
check_call(['pip', 'install', '--upgrade', 'pip'])
|
||||||
# Install Sphinx and Breathe.
|
# Install Sphinx and Breathe.
|
||||||
pip_install('sphinx-doc/sphinx',
|
pip_install('sphinx-doc/sphinx',
|
||||||
'4d2c17e043d9e8197fa5cd0db34212af3bb17069',
|
'4d2c17e043d9e8197fa5cd0db34212af3bb17069',
|
||||||
|
Loading…
Reference in New Issue
Block a user