mirror of https://github.com/ceph/ceph
be nitpicky about missing references
Signed-off-by: Alfredo Deza <alfredo@deza.pe>
This commit is contained in:
parent
904c870c38
commit
37899fa53e
|
@ -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
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue