In one of the sections of one technical document that I'm writing using reStructuredText I want to include a interactive session and this output.
Example:
>>> help(module)
asdasd
asdasd
asdasd
When I process with sphinx-build to build a html output the output is not the expected because the blank line it breaks the block.
There is any way to fix the issue?