sympy / sphinx-math-dollar

Sphinx extension to let you write LaTeX math using $$
https://www.sympy.org/sphinx-math-dollar/
MIT License
33 stars 11 forks source link

Make rawsource more future-proof as suggested in #22 #24

Closed asmeurer closed 3 years ago

asmeurer commented 3 years ago

Fixes #22.

CC @gmilde

It was mentioned in the issue that we can remove the default priority in the transformer class with this change, but I'm not really sure what it should be set to. Just removing it fails. I guess it has to be set to something.

gmilde commented 3 years ago

Yes, a priority value is required. You may simply decide to leave it as-is. See https://docutils.sourceforge.io/docs/ref/transforms.html for details.