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