Update version in docs.

This commit is contained in:
Stefan van der Walt
2013-10-19 16:08:42 +02:00
parent 332bcac2f3
commit 3901f74e00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ How to make a new release of ``skimage``
- Update the docs:
- Edit ``doc/source/themes/agogo/static/docversions.js`` and commit
- Edit ``doc/source/_static/docversions.js`` and commit
- Build a clean version of the docs. Run ``make`` in the root dir, then
``rm -rf build; make html`` in the docs.
- Run ``make html`` again to copy the newly generated ``random.js`` into
+1 -1
View File
@@ -1,4 +1,4 @@
var versions = ['dev', '0.8.0', '0.7.0', '0.6', '0.5', '0.4', '0.3'];
var versions = ['dev', '0.9.0', '0.8.0', '0.7.0', '0.6', '0.5', '0.4', '0.3'];
function insert_version_links() {
for (i = 0; i < versions.length; i++){