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:
parent
7e5ad31428
commit
8c65eae5f4
|
@ -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: ' '
|
||||
|
|
Loading…
Reference in New Issue