]> git.phdru.name Git - cookiecutter.git/blobdiff - project_template/docs/genapidocs
genapidocs: replace short options with long ones
[cookiecutter.git] / project_template / docs / genapidocs
index 533956b3088cbd3f589253a8d4d2cd2bfb2ca709..552c26bbd85344d83251fc17629a264f2712cecd 100755 (executable)
@@ -1,4 +1,5 @@
 #! /bin/sh
 
 cd "`dirname $0`"/.. &&
-exec sphinx-apidoc -Me -o docs/api project
+exec sphinx-apidoc --separate --module-first --suffix=rst --force \
+   --output-dir=docs/api project