diff --git a/make-doc.sh b/make-doc.sh index d4a0f3bc..d8721d96 100755 --- a/make-doc.sh +++ b/make-doc.sh @@ -1,4 +1,4 @@ -#!/usr/bin/sh +#!/bin/sh sphinx-apidoc --force --separate --output-dir=doc src make -C doc html