diff options
author | Josh Durgin <josh.durgin@dreamhost.com> | 2011-09-30 20:30:28 +0200 |
---|---|---|
committer | Josh Durgin <josh.durgin@dreamhost.com> | 2011-09-30 20:37:15 +0200 |
commit | c00e06f697c55dcac2acc53c842f2aaffce35310 (patch) | |
tree | 4f18976575f386491abeb38368fab03dd8e2bc62 /admin | |
parent | rbd.py: add class and method documentation (diff) | |
download | ceph-c00e06f697c55dcac2acc53c842f2aaffce35310.tar.xz ceph-c00e06f697c55dcac2acc53c842f2aaffce35310.zip |
doc: add documentation for librbd python bindings
Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
Diffstat (limited to 'admin')
-rwxr-xr-x | admin/build-doc | 2 |
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 |