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

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