ryan-roemer / django-cloud-browser

Django application browser for cloud datastores (Rackspace, AWS, etc.).
http://ryan-roemer.github.com/django-cloud-browser/
MIT License
81 stars 27 forks source link

Fix automated documentation publishing #29

Closed c-w closed 5 years ago

c-w commented 5 years ago

During the build for version 0.5.0 I noticed two things:

  1. The new version number wasn't correctly included in the docs.
  2. The deployment dependencies were installed twice.

This pull request fixes 1. by patching the version before the doc build (a hotfix for this has also been manually published in https://github.com/ryan-roemer/django-cloud-browser/commit/fef52cb7c496c99f33c73abeaac2177b95468b03). This pull request also fixes 2. by merging all the deploy scripts into one command.