From: Oleg Broytman Date: Sat, 3 Sep 2016 15:48:01 +0000 (+0300) Subject: genapidocs: replace short options with long ones X-Git-Tag: 0.0.1~6 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=5392e4fdd01325ec2ae3ef424a145d40b7103b7c genapidocs: replace short options with long ones --- diff --git a/docs/genapidocs b/docs/genapidocs index 9d438a2..f27f44a 100755 --- a/docs/genapidocs +++ b/docs/genapidocs @@ -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