Removing versions from Documenter.jl generated documentation

I’ve (finally) gotten Documenter.jl working to create and deploy documentation for my first julia model. It is creating documentation for some old versions of my module that I don’t want to appear in the list of documentation on github.io. Can anyone tell me how to either keep it from generating this or keep it from appearing on the list? I didn’t see anything about this in the documentation for Documenter.jl.

AFAIK you need to go to the gh-pages branch, edit versions.jl and remove corresponding folders. They won’t be generated again.

Thanks for the response. That seems to have worked.