From 34d3c8da570266a15212bf0256f67b0a78a91651 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 1 Aug 2019 15:23:44 +0100 Subject: [PATCH] Updated Creating a new Wagtail release (markdown) --- Creating-a-new-Wagtail-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Creating-a-new-Wagtail-release.md b/Creating-a-new-Wagtail-release.md index 72f8ce1..aadc6ea 100644 --- a/Creating-a-new-Wagtail-release.md +++ b/Creating-a-new-Wagtail-release.md @@ -68,7 +68,7 @@ The new version should now be up on https://pypi.python.org/pypi/wagtail . * Go to https://readthedocs.org/dashboard/wagtail/advanced/ and set 'Default version' to the new release * Go to https://readthedocs.org/projects/wagtail/builds/ and republish all versions from 1.8 onward - this will update the 'canonical' URL in the HTML to point to the new version, hopefully preventing old versions from being indexed by Google. (Older versions can no longer be built due to broken dependencies in docs/requirements.txt) * If any documentation has been moved around since the previous release, now is a good time to add redirects via https://readthedocs.org/dashboard/wagtail/redirects/ . (Protip: [remember to add leading slashes on URLs](https://github.com/rtfd/readthedocs.org/issues/1826#issuecomment-247995569).) - * If this is a minor point release, disable the docs for the previous minor release by unticking it on https://readthedocs.org/dashboard/wagtail/versions/ + * If this is a minor point release, disable the docs for the previous minor release via https://readthedocs.org/projects/wagtail/versions/ * Update docs in [Dash-User-Contributions](https://github.com/Kapeli/Dash-User-Contributions/tree/master/docsets/Wagtail) for offline docs apps [Dash](https://kapeli.com/dash) and [Zeal](https://zealdocs.org/). * Follow the instructions on the README.md and submit a pull request with updated docs.