X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e78e8fdbfdcf104a96f04d5e7ebf0ed2c3d95c93..9e477492e29e03c02827b1e42a16cb09a13f5149:/wxPython/docs/bin/makeapidocs diff --git a/wxPython/docs/bin/makeapidocs b/wxPython/docs/bin/makeapidocs index 36b3230ac1..0daabadb34 100755 --- a/wxPython/docs/bin/makeapidocs +++ b/wxPython/docs/bin/makeapidocs @@ -17,7 +17,7 @@ rm -r docs/api/* # build the docs export PTYHONPATH=$PWD -/opt/python/bin/epydoc --name wxPython \ +/opt/python/bin/epydoc --name "wxPython $VERSION" \ --html \ --output docs/api \ --ignore-param-mismatch \ @@ -44,6 +44,8 @@ export PTYHONPATH=$PWD # --inheritance grouped \ # --inheritance none \ + + python docs/bin/BuildAPIHelpBook.py wxpyapi docs/api