summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorJosh Durgin <josh.durgin@dreamhost.com>2011-09-30 11:30:28 -0700
committerJosh Durgin <josh.durgin@dreamhost.com>2011-09-30 11:37:15 -0700
commitc00e06f697c55dcac2acc53c842f2aaffce35310 (patch)
tree4f18976575f386491abeb38368fab03dd8e2bc62 /admin
parent683f4dca796313ac6cbf5d47c47775b097f86a7a (diff)
downloadceph-c00e06f697c55dcac2acc53c842f2aaffce35310.tar.gz
doc: add documentation for librbd python bindings
Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/build-doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/build-doc b/admin/build-doc
index 622d7c84031..2b3beedc074 100755
--- a/admin/build-doc
+++ b/admin/build-doc
@@ -36,5 +36,5 @@ cd ..
install -d -m0755 \
output/html \
output/man
-./virtualenv/bin/sphinx-build -a -b dirhtml -d doctrees ../doc output/html
+PYTHONPATH=`pwd`/../src/pybind ./virtualenv/bin/sphinx-build -a -b dirhtml -d doctrees ../doc output/html
./virtualenv/bin/sphinx-build -a -b man -d doctrees ../doc output/man