]> git.phdru.name Git - cookiecutter.git/commitdiff
genapidocs: replace short options with long ones
authorOleg Broytman <phd@phdru.name>
Sun, 11 Sep 2016 19:37:52 +0000 (22:37 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 11 Sep 2016 19:37:52 +0000 (22:37 +0300)
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