# Removing versions from Documenter.jl generated documentation

**URL:** https://discourse.julialang.org/t/removing-versions-from-documenter-jl-generated-documentation/10579
**Category:** General Usage
**Created:** [April 27, 2018, 3:53pm UTC](https://discourse.julialang.org/t/removing-versions-from-documenter-jl-generated-documentation/10579 "2018-04-27T15:53:15Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![atteson](https://avatars.discourse-cdn.com/v4/letter/a/91b2a8/32.png) [@atteson](https://discourse.julialang.org/u/atteson)
#### Post date: [April 27, 2018, 3:53pm UTC](https://discourse.julialang.org/t/removing-versions-from-documenter-jl-generated-documentation/10579/1 "2018-04-27T15:53:15Z")

</div>

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](http://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.

---

<div class="post-metadata">

### Author: ![nalimilan](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/nalimilan/32/147_2.png) [@nalimilan](https://discourse.julialang.org/u/nalimilan)
#### Post date: [April 27, 2018, 9:04pm UTC](https://discourse.julialang.org/t/removing-versions-from-documenter-jl-generated-documentation/10579/2 "2018-04-27T21:04:55Z")

</div>

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

---

<div class="post-metadata">

### Author: ![atteson](https://avatars.discourse-cdn.com/v4/letter/a/91b2a8/32.png) [@atteson](https://discourse.julialang.org/u/atteson)
#### Post date: [April 27, 2018, 10:15pm UTC](https://discourse.julialang.org/t/removing-versions-from-documenter-jl-generated-documentation/10579/3 "2018-04-27T22:15:38Z")

</div>

Thanks for the response. That seems to have worked.
