From a8ecec24c2ed88a8053a1d8130d7c8d547c64702 Mon Sep 17 00:00:00 2001 From: Thalian Date: Wed, 18 Mar 2020 19:49:37 +0100 Subject: [PATCH] =?UTF-8?q?[DOCS]=20#5000=20=E2=80=93=20Add=20rendering=20?= =?UTF-8?q?docs=20to=20release=20todo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a line regarding checking the markup. --- docs/development.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/development.rst b/docs/development.rst index 1486c82f2..aa8a6d400 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -318,6 +318,7 @@ Checklist: - Check that Travis CI is happy. - Update ``CHANGES.rst``, based on ``git log $PREVIOUS_RELEASE..``. - Check version number of upcoming release in ``CHANGES.rst``. +- Render ``CHANGES.rst`` via ``make html`` and check for markup errors. - Verify that ``MANIFEST.in`` and ``setup.py`` are complete. - ``python setup.py build_usage ; python setup.py build_man`` and commit (be sure to build with Python 3.5 as Python 3.6 added `more