Browse Source

docs: must run make html after tagging, so the html titel says correct version

Thomas Waldmann 9 years ago
parent
commit
4410f1c3c3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/development.rst

+ 2 - 1
docs/development.rst

@@ -80,11 +80,12 @@ Checklist::
 - is Travis CI happy also?
 - update CHANGES.rst (compare to git log). check version number of upcoming release.
 - check MANIFEST.in and setup.py - are they complete?
-- cd docs ; make html  # to update the usage include files
 - tag the release::
 
   git tag -s -m "tagged release" 0.26.0
 
+- cd docs ; make html  # to update the usage include files
+- update website with the html
 - create a release on PyPi::
 
     python setup.py register sdist upload --identity="Thomas Waldmann" --sign