mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 01:42:37 +08:00
Merge pull request #403 from richardalow/fix-docs-build
Fix the docs build to follow redirect for python dependencies
This commit is contained in:
commit
553bfec600
@ -68,7 +68,7 @@ buildsphinx:
|
|||||||
if [ ! -e $(SPHINXBUILD) ]; then \
|
if [ ! -e $(SPHINXBUILD) ]; then \
|
||||||
mkdir $(BUILDDIR); \
|
mkdir $(BUILDDIR); \
|
||||||
cd $(BUILDDIR); \
|
cd $(BUILDDIR); \
|
||||||
curl -O $(VENV_URL); \
|
curl -OL $(VENV_URL); \
|
||||||
tar zxvf $(VENV_VERSION).tar.gz; \
|
tar zxvf $(VENV_VERSION).tar.gz; \
|
||||||
./$(VENV_VERSION)/virtualenv.py venv; \
|
./$(VENV_VERSION)/virtualenv.py venv; \
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user