Fix release instruction for making docs

This commit is contained in:
Johannes Schönberger
2013-03-04 20:46:09 +01:00
parent ade23a2f71
commit 5755ccb612
+1 -1
View File
@@ -12,7 +12,7 @@ How to make a new release of ``skimage``
- Edit ``doc/source/themes/agogo/static/docversions.js`` and commit
- Build a clean version of the docs. Run ``make`` in the root dir, then
``rm build -rf; make html`` in the docs.
``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!