From 3901f74e0043c8cdfb30a3b0985a7843a328f9e7 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Sat, 19 Oct 2013 15:37:52 +0200 Subject: [PATCH] Update version in docs. --- RELEASE.txt | 2 +- doc/source/_static/docversions.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.txt b/RELEASE.txt index 64ab2e6d..6dec1979 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -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 diff --git a/doc/source/_static/docversions.js b/doc/source/_static/docversions.js index ab333671..8c097799 100644 --- a/doc/source/_static/docversions.js +++ b/doc/source/_static/docversions.js @@ -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++){