sphinx_rtd_theme icon indicating copy to clipboard operation
sphinx_rtd_theme copied to clipboard

bullet-point malfunction

Open sistia01 opened this issue 2 years ago • 2 comments

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:

  • Support for multi-modal datasets (e.g. RNA + Protein)

  • Support for subcellular data

    • efficient representations for image information (e.g. nucleus, membrane, …)
    • individual transcript locations
    • subcellular analyses
  • Image processing tools

    • registration
    • segmentation
    • integration
    • efficient visualization

Environment Info

Screen Shot 2022-06-28 at 2 00 56 PM
  • Python Version: 3.9.12
  • Sphinx Version: 4.5.0
  • RTD Theme Version: 1.0.0

sistia01 avatar Jun 28 '22 18:06 sistia01

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

sistia01 avatar Jun 28 '22 18:06 sistia01

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.

bskinn avatar Nov 08 '22 04:11 bskinn