Do not apply epigraph style to all block quotes

Correct indentation where appropriate for stanzas that should not be
rendered as `<blockquote>` HTML elements.

Closes GH-10686
This commit is contained in:
Adam Turner
2022-09-12 19:48:28 +01:00
parent efdd32cee2
commit ee005caf22
8 changed files with 84 additions and 79 deletions

View File

@@ -208,9 +208,9 @@ You can read more about them in the `Python Packaging User Guide`_.
Note that in some Linux distributions, such as Debian and Ubuntu,
this might require an extra installation step as follows.
.. code-block:: console
.. code-block:: console
$ apt-get install python3-venv
$ apt-get install python3-venv
Docker
------