mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-27 19:48:43 +08:00
Update release instructions for building docs
This commit is contained in:
+2
-2
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user