pradyunsg / furo

A clean customizable documentation theme for Sphinx
https://pradyunsg.me/furo/quickstart
MIT License
2.76k stars 317 forks source link

Fix left padding for `.sig-inline` #493

Closed marxin closed 2 years ago

marxin commented 2 years ago

Fixes: #486

marxin commented 2 years ago

May I please ping this?

pradyunsg commented 2 years ago

Got a screenshot for before/after?

marxin commented 2 years ago

Sure, before: Screenshot from 2022-09-20 13-01-34

and after: Screenshot from 2022-09-20 13-01-12

pradyunsg commented 2 years ago

Hmm... Could we add a demo of the problematic markup in the kitchen sink? It'd serve to help avoid regressing on this front in the future.

marxin commented 2 years ago

Sure, here it is:

.. c:type:: my_type

This works :c:type:`my_type`, but I would like to point
to a pointer of the type (:c:expr:`my_type *`).