]> git.phdru.name Git - sqlconvert.git/commitdiff
genapidocs: replace short options with long ones
authorOleg Broytman <phd@phdru.name>
Sat, 3 Sep 2016 15:48:01 +0000 (18:48 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 3 Sep 2016 15:48:01 +0000 (18:48 +0300)
docs/genapidocs

index 9d438a265f0206f6c23a5388c19aa39c6db9e809..f27f44a20fa32c018411817122d01912510219e9 100755 (executable)
@@ -1,4 +1,5 @@
 #! /bin/sh
 
 cd "`dirname $0`"/.. &&
-exec sphinx-apidoc -Me -o docs/api mysql2sql
+exec sphinx-apidoc --separate --module-first --suffix=rst --force \
+   --output-dir=docs/api mysql2sql