sphinx-simplepdf
sphinx-simplepdf copied to clipboard
Code block caption prints as normal text in PDF
I have a code block caption
, which should ideally print the text in italics, above the code.
.. code-block:: yaml
:caption: Pickers can perform the job only at the PICKING location
loading: false
picking: true
unloading: false
But in PDF, it shows as a normal paragraph center-aligned; which looks odd.
PDF output: