-
Notifications
You must be signed in to change notification settings - Fork 72
Support monospaced font in tab title #100
Copy link
Copy link
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
When adding this for packaging.python.org, it would have been have tab names like:
setup.cfg (dynamic) | setup.py (static)
However, it does not seem to support either of the forms of restructure text I tried (double-ticks or :file: + single ticks.
Describe the solution you'd like
.. tab:: ``setup.py`` (dynamic)
.. tab:: :file:`setup.py` (dynamic)(one of the two, I'd think at least the first one) should work.
Describe alternatives you've considered
Don't have a workaround.
Additional context
Needed here: pypa/packaging.python.org#818
Reactions are currently unavailable