From c5919ae4403aebfbbe6618dc365220ecd61311af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Tue, 27 May 2014 21:19:01 -0400 Subject: [PATCH] Update release instructions for building docs --- RELEASE.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.txt b/RELEASE.txt index b339bb51..36c3acf5 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -13,8 +13,8 @@ How to make a new release of ``skimage`` - Update the docs: - 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. + - Build a clean version of the docs. Run ``python setup.py install`` 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 place. Double check ``random.js``, otherwise the skimage.org front page gets broken!