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