Merge pull request #403 from richardalow/fix-docs-build

Fix the docs build to follow redirect for python dependencies
This commit is contained in:
AlvinMooreSr 2018-06-11 16:54:23 -07:00 committed by GitHub
commit 553bfec600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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