From 9b55cc547545490407fad83c70778ff284aa1621 Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Thu, 19 Mar 2015 23:35:03 +0100 Subject: [PATCH] website-doc.sh: fix function call Signed-off-by: Nicolas Sebrecht --- docs/website-doc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website-doc.sh b/docs/website-doc.sh index dc1b883..ca387c3 100755 --- a/docs/website-doc.sh +++ b/docs/website-doc.sh @@ -19,7 +19,7 @@ test -d "$DESTBASE" || exit 1 # # Build the sphinx documentation. # -function sphinx_doc () { +function api () { # Build the doc with sphinx. dest="${DESTBASE}/${version}" echo "Cleaning target directory: $dest"