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

Extension forces a full rebuild every time #10

Closed asmeurer closed 5 years ago

asmeurer commented 5 years ago

For some reason it always thinks the node blacklist config value has changed.

asmeurer commented 5 years ago

Oh I guess it's because it's a tuple of classes, which won't compare the same across sessions.