From: Oleg Broytman Date: Sun, 11 Sep 2016 19:37:52 +0000 (+0300) Subject: genapidocs: replace short options with long ones X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=commitdiff_plain;h=2b081a6e71f52faebddd8d3536f3a9e85ef5a1da genapidocs: replace short options with long ones --- diff --git a/project_template/docs/genapidocs b/project_template/docs/genapidocs index 533956b..552c26b 100755 --- a/project_template/docs/genapidocs +++ b/project_template/docs/genapidocs @@ -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