# 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 \
 #    --inheritance grouped \
 #    --inheritance none \
 
+
+
 python docs/bin/BuildAPIHelpBook.py wxpyapi docs/api