From: Robin Dunn Date: Thu, 19 Oct 2006 21:40:33 +0000 (+0000) Subject: Add the version number to the name displayed on the top-right of the page X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/039550b00ed9e820b2e5b0505b24bb5f6c1dc455 Add the version number to the name displayed on the top-right of the page git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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