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
This commit is contained in:
Robin Dunn
2006-10-19 21:40:33 +00:00
parent 0967b57b85
commit 039550b00e

View File

@@ -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