You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2013/08/03 15:07:21 UTC

[3/6] git commit: Set PYTHONPATH so the base API docs get correctly populated.

Set PYTHONPATH so the base API docs get correctly populated.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/5d158396
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/5d158396
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/5d158396

Branch: refs/heads/trunk
Commit: 5d15839635d75a99808308bb604014b1831106e3
Parents: 854de0f
Author: Tomaz Muraus <to...@apache.org>
Authored: Sat Aug 3 14:35:30 2013 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Sat Aug 3 14:35:30 2013 +0200

----------------------------------------------------------------------
 docs/Makefile | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/5d158396/docs/Makefile
----------------------------------------------------------------------
diff --git a/docs/Makefile b/docs/Makefile
index 3d1de36..30695a5 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -7,6 +7,8 @@ SPHINXBUILD   = sphinx-build
 PAPER         =
 BUILDDIR      = _build
 
+export PYTHONPATH = $(shell echo "$$PYTHONPATH"):../
+
 # Internal variables.
 PAPEROPT_a4     = -D latex_paper_size=a4
 PAPEROPT_letter = -D latex_paper_size=letter