重组文本中的不同字体大小

Different font size in restructuredtext

我在所有类型的列表上都有更大的字体。

我应该怎么做才能使列表中的字体大小与正常段落中的字体大小保持一致?

现在我明白了

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)

Sphinx 生成的内容取决于您使用的主题。主题 sphinxdoc 在项目符号列表和普通文本中生成相同的字体大小。 Spinx 在文档基础文件夹中的 conf.py 中定义了主题。在那里搜索 "html_theme".

有关主题和 Sphinx 的更多信息here