diff --git a/.travis.yml b/.travis.yml index d8d6aa9..29cce39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,10 @@ python: env: global: - - DOC_URL=https://wwfxuk.github.io + - DOC_URL=https://developer.shotgunsoftware.com - DOC_PATH=/tk-doc-generator + - S3_BUCKET=sg-devdocs + - S3_WEB_URL=http://sg-devdocs.s3-website-us-east-1.amazonaws.com cache: pip: true diff --git a/docs/en/changelog.md b/docs/en/changelog.md index fed09af..482594a 100644 --- a/docs/en/changelog.md +++ b/docs/en/changelog.md @@ -10,13 +10,12 @@ Change Log/History See also the [GitHub Releases page][releases] -[releases]: https://github.com/wwfxuk/tk-doc-generator/releases +[releases]: https://github.com/shotgunsoftware/tk-doc-generator/releases -# v1.0.0+wwfx.0.1.0 +# v1.x.x Added this change log as well as minor fixes: -- `.travis.yml`: Changed to WWFX UK `DOC_URL` - `Dockerfile`: Fixed `yum clean all` from being part of the `yum install` arguments - `build_docs.sh`: Fixed permissions of generated docs from just `root` only - `travis-generate-docs.py`: Fallback to `DOC_*` before using dummy URL.