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
This commit is contained in:
Anthony Sottile 2019-11-19 21:12:30 -08:00 committed by GitHub
parent 7e5ad31428
commit 8c65eae5f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: ' '