From 78c482250631ebd5906926393829bcb4a100bf85 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Mon, 3 Sep 2012 14:16:52 +0900 Subject: [PATCH] doc: set PYTHONPATH for ryu version constant Fix the 6cc438c commit breakage. Signed-off-by: FUJITA Tomonori --- doc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/Makefile b/doc/Makefile index 2fe1f88f..d7ba2aa3 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,6 +1,8 @@ # Makefile for Sphinx documentation # +export PYTHONPATH = $PYTHONPATH:.. + # You can set these variables from the command line. SPHINXOPTS = SPHINXBUILD = sphinx-build