Update release instructions for building docs

This commit is contained in:
Johannes Schönberger
2014-05-27 21:19:01 -04:00
parent e120f9c811
commit c5919ae440
+2 -2
View File
@@ -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!