diff options
author | Alfredo Deza <alfredo@deza.pe> | 2013-12-13 15:27:39 +0100 |
---|---|---|
committer | Alfredo Deza <alfredo@deza.pe> | 2014-03-24 18:01:38 +0100 |
commit | 37899fa53e9771762e7fc6c0d2fb59b7bcb27181 (patch) | |
tree | 0f33e00fcd58f0a7db9e6c9dc21f479b10f9977b /admin | |
parent | Merge pull request #1521 from ceph/wip-7810 (diff) | |
download | ceph-37899fa53e9771762e7fc6c0d2fb59b7bcb27181.tar.xz ceph-37899fa53e9771762e7fc6c0d2fb59b7bcb27181.zip |
be nitpicky about missing references
Signed-off-by: Alfredo Deza <alfredo@deza.pe>
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 df77a35d287..ae9050d7a75 100755 --- a/admin/build-doc +++ b/admin/build-doc @@ -51,7 +51,7 @@ $vdir/bin/pip install --quiet -r ../admin/doc-requirements.txt install -d -m0755 \ output/html \ output/man -PYTHONPATH=`pwd`/../src/pybind $vdir/bin/sphinx-build -a -b dirhtml -d doctrees ../doc output/html +PYTHONPATH=`pwd`/../src/pybind $vdir/bin/sphinx-build -a -n -b dirhtml -d doctrees ../doc output/html $vdir/bin/sphinx-build -a -b man -d doctrees ../doc output/man # |