website-doc.sh: fix function call
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
ebf1a9300a
commit
9b55cc5475
@ -19,7 +19,7 @@ test -d "$DESTBASE" || exit 1
|
|||||||
#
|
#
|
||||||
# Build the sphinx documentation.
|
# Build the sphinx documentation.
|
||||||
#
|
#
|
||||||
function sphinx_doc () {
|
function api () {
|
||||||
# Build the doc with sphinx.
|
# Build the doc with sphinx.
|
||||||
dest="${DESTBASE}/${version}"
|
dest="${DESTBASE}/${version}"
|
||||||
echo "Cleaning target directory: $dest"
|
echo "Cleaning target directory: $dest"
|
||||||
|
Loading…
Reference in New Issue
Block a user