X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2Fgenapidocs;h=bdba3cc06839efe0448cc3a9e38877e380a57357;hb=f5f7e40267b3e58f4999c4b00a7b8802e2021958;hp=57a18a9d423675166e8ee8fd7cb4aef888515718;hpb=5a63835273a3cd0e6c5ea3ec65747ddafe5aa188;p=m_librarian.git diff --git a/docs/genapidocs b/docs/genapidocs index 57a18a9..bdba3cc 100755 --- a/docs/genapidocs +++ b/docs/genapidocs @@ -1,4 +1,7 @@ #! /bin/sh cd "`dirname $0`"/.. && -exec sphinx-apidoc -Me -o docs/api m_librarian +sphinx-apidoc --separate --module-first --suffix=rst --force \ + --output-dir=docs/api m_librarian && +cd docs/api && +exec rm m_librarian.web.views.rst m_librarian.web.views.*.rst