Chris Sewell
Chris Sewell
To clarify, the main use case, is that I want to be able to do something like this: `tox -e py38-sphinx6,py310-sphinx8`, i.e. running pytest against different versions of Python, and...
thanks, for reference, this is the upstream visit method: https://github.com/live-clones/docutils/blob/d54b59f99809d2b7d1ff78ff1185452fcb977971/docutils/docutils/writers/_html_base.py#L1145 In addition, to what @picnixz mentioned (understanding if the test cases cover the option use), I would also just like...
> we be about the "beta" status of myst 😄? I think we are almost ready to remove that 😄
Yep it’s looking good @mmcky 😁
Heya, you don't need to use `eval-rst` for this, that is a "last resort": ````` ```{math} 250\:km/h = 69.44\:m/s \frac{69.44\:m/s}{30\:frames/s} = 2.31\:m/frame ``` ````` I believe this should work fine
> If I understand it well, this issue may arise from the fact that Sphinx assumes that only RST parser is going to be used ok I see cheers, this...
Heya, as it mentions on the preview page, this is running the docutils parser, not the sphinx one, and so there is no `env` (i.e. `BuildEnvironment`) which a sphinx only...
Hey @SamLau95 note in our docs here we use https://github.com/wpilibsuite/sphinxext-rediraffe to achieve exactly this 😄: https://github.com/executablebooks/jupyter-book/blob/980c99767aa03a7840ec58567ceaa49b27bd2400/docs/_config.yml#L84-L91. So I would say this is the recommended method. Perhaps we should note that...