I have a very tight spacing between methods in sphinx. Is there a way for me to increase the spacing between them?
Original code:
.. method:: stop()
:abstractmethod:
Stop the service. Blocking.
.. method:: is_alive()
:abstractmethod:
Check if the service is currently running.
:rtype: bool
.. method:: __enter__()
Rendered HTML: