如何增加 sphinx 渲染的第一个间距?
How do I increase the spacing in a sphinx-rendered rst?
我在 sphinx 中的方法之间的间距非常小。有没有办法增加它们之间的间距?
原代码:
.. method:: stop()
:abstractmethod:
Stop the service. Blocking.
.. method:: is_alive()
:abstractmethod:
Check if the service is currently running.
:rtype: bool
.. method:: __enter__()
已渲染 HTML:
如果不更改主题或添加自定义,就不可能这样做 CSS。
有关详细信息,请参阅 How to add custom css file to Sphinx?
我在 sphinx 中的方法之间的间距非常小。有没有办法增加它们之间的间距?
原代码:
.. method:: stop()
:abstractmethod:
Stop the service. Blocking.
.. method:: is_alive()
:abstractmethod:
Check if the service is currently running.
:rtype: bool
.. method:: __enter__()
已渲染 HTML:
如果不更改主题或添加自定义,就不可能这样做 CSS。
有关详细信息,请参阅 How to add custom css file to Sphinx?