From 039550b00ed9e820b2e5b0505b24bb5f6c1dc455 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 19 Oct 2006 21:40:33 +0000 Subject: [PATCH] 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 --- wxPython/docs/bin/makeapidocs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.50.0