sphinx-inline-tabs icon indicating copy to clipboard operation
sphinx-inline-tabs copied to clipboard

Fix MyST dollarmath rendering

Open EFord36 opened this issue 1 year ago • 2 comments

Closes #43

The relevant MyST extension was not previously enabled as required.

As mentioned in #43, I've tested this locally by building the docs without this change, and then making the change and seeing the issue be resolved. However, I didn't manage the installation via flit as expected, as I was getting an error trying to use flit. I instead installed the dependencies by hand in a venv created virtual environment since there are so few dependencies, it was straightforward to do so. I'm assuming CI etc. will provide reassurance in a repeatable/isolated install that this resolves the issue and doesn't introduce any new problem.

EFord36 avatar Feb 02 '24 11:02 EFord36

Not sure if this is exactly where in the file you will want these lines, or if you will want comment lines to separate this into its own section - happy to make changes as requested, or for you to edit my branch or anything. Just hoping the issue and PR help fix the issue, as a tiny sign of my appreciation for sphinx-inline-tabs and your work more generally (especially Furo I'm a big fan of, and I'm sure your work in python packaging more generally has massively improved my life as a developer, though I don't know the details there).

EFord36 avatar Feb 02 '24 11:02 EFord36

possibly the docs should also be changed to point out that if a user of sphinx-inline-tabs wanted dollarmath to work as in the example, they also need to do this?

EFord36 avatar Feb 02 '24 14:02 EFord36