From 8c65eae5f4cb6d023b1720e3fcf65e03cc0d858a Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 19 Nov 2019 21:12:30 -0800 Subject: [PATCH] Fix rendering of Before/After in changelog Apparently the version of sphinx that rtd uses is a little more strict about whether an anonymous `code-block` can happen --- CHANGELOG.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a63e6f838..9ab3c871e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -113,7 +113,7 @@ Improvements Before: - .. code-block:: + .. code-block:: pytest E AssertionError: assert ['version', '...version_info'] == ['version', '...version', ...] E Right contains 3 more items, first extra item: ' ' @@ -129,7 +129,7 @@ Improvements After: - .. code-block:: + .. code-block:: pytest E AssertionError: assert ['version', '...version_info'] == ['version', '...version', ...] E Right contains 3 more items, first extra item: ' '