Different font size in restructuredtext

自古美人都是妖i 提交于 2019-12-12 19:17:17

问题


I have bigger fonts on all type of lists.

What should I do to keep the same font size in lists as in my normal paragraphs?

For now I get this

Plain text  Typical result (in normal font size)

Bullet lists (in normal font size):

- This is item 1 (in bigger font size)
- This is item 2 (in bigger font size)

回答1:


What Sphinx generates depends on the theme you use. The theme sphinxdoc generates the same font size in bullet lists and in normal text. Spinx defines the theme in conf.py in the base folder of the documentation. Search there for "html_theme".

More information about themes and Sphinx here



来源:https://stackoverflow.com/questions/39285425/different-font-size-in-restructuredtext

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!