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:
		@@ -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
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user