readthedocs / sphinx_rtd_theme

Sphinx theme from Read the Docs
https://sphinx-rtd-theme.readthedocs.io/
MIT License
4.8k stars 1.74k forks source link

Bulleted lists do not render correctly #1542

Open yichuang-zh opened 12 months ago

yichuang-zh commented 12 months ago

Bulleted lists do not render correctly

If the theme was replaced with sphinxdoc builtin themes, the render result would be ok.

Reproducible Project

Below is the case:

- This is line 1.
- This is line 2.
- This is line 3.
- This is line 4.

Error Logs/Results

Screenshot_20231122_094000

Expected Results

Good as built-in theme. Debian 11 is OK.

Environment Info

And, the same NG result with docker latest and 5.3.0 .

Below is the conf.py file: conf.py.zip