readthedocs / sphinx_rtd_theme

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

bullet-point malfunction #1300

Open sistia01 opened 2 years ago

sistia01 commented 2 years ago

Problem

Hello! I am having trouble getting the bullet points to work on my sphinx_rtd_theme project. I updated my conda environment and it seems that the bullet points were one of the things that was affected but the update. I've tried a few different things (i.e. here & here) but they have not worked. I'd appreciate any help that you can offer!

I've attached screenshots of the output/input rst document.

Reproducible Project

Link: https://github.com/sistia01/Giotto/tree/suite/docs

Error Logs/Results

N/A

Expected Results

The most important changes and additions are:

Environment Info

Screen Shot 2022-06-28 at 2 00 56 PM
sistia01 commented 2 years ago

Update: this seems to only be an issue in VSCode, not on the built files on the read the docs host. See here.

bskinn commented 1 year ago

Can you check the build logs? I ran into this problem with my RtD builds, and it turned out that RtD was applying some upper-bound constraints on Sphinx and sphinx-rtd-theme as part of its default requirements install. I wonder if VS Code could be doing the same thing?

I wrote up what I found on that SO question you linked, maybe it will help.