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 8a1324eecd..4cec74f057 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.8.2.1-src.zip)
+export PYTHONPATH=$(realpath ..):$(realpath ../lib/py4j-0.9-src.zip)
# User-friendly check for sphinx-build
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)