aboutsummaryrefslogtreecommitdiff
path: root/python/docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'python/docs/Makefile')
-rw-r--r--python/docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/docs/Makefile b/python/docs/Makefile
index de86e97d86..5e4cfb8ab6 100644
--- a/python/docs/Makefile
+++ b/python/docs/Makefile
@@ -7,7 +7,7 @@ SPHINXBUILD ?= sphinx-build
PAPER ?=
BUILDDIR ?= _build
-export PYTHONPATH=$(realpath ..):$(realpath ../lib/py4j-0.10.3-src.zip)
+export PYTHONPATH=$(realpath ..):$(realpath ../lib/py4j-0.10.4-src.zip)
# User-friendly check for sphinx-build
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)