diff --git a/doc/source/_static/docversions.js b/doc/source/_static/docversions.js index f7929166..5570c4ef 100644 --- a/doc/source/_static/docversions.js +++ b/doc/source/_static/docversions.js @@ -1,17 +1,12 @@ - function insert_version_links() { - var labels = ['0.5dev', '0.4', '0.3']; - var links = ['http://scikits-image.org/docs/dev/index.html', - 'http://scikits-image.org/docs/0.4/index.html', - 'http://scikits-image.org/docs/0.3/index.html']; + var labels = ['dev', '0.4', '0.3']; document.write('\n'); } -