mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
admin/build-doc: use htmldir builder for livehtml
otherwise livehtml uses the default html builder. so we can copy and paste the partial URL to cross check the rendering result. Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
e09f8d7dd0
commit
f4b0742a35
@ -96,7 +96,7 @@ for target in $sphinx_targets; do
|
||||
;;
|
||||
livehtml)
|
||||
$vdir/bin/pip install --quiet sphinx-autobuild
|
||||
$vdir/bin/sphinx-autobuild --re-ignore '.*\.dot' "$@" \
|
||||
$vdir/bin/sphinx-autobuild --re-ignore '.*\.dot' -b dirhtml "$@" \
|
||||
$TOPDIR/doc $TOPDIR/build-doc/output/html
|
||||
;;
|
||||
esac
|
||||
|
||||
Loading…
Reference in New Issue
Block a user