Suggestion to change sphinx.ext.imgmath temporary base path to be based on out_dir #14329
jdknight
started this conversation in
Feature requests and ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Experienced some time ago when running on Windows and using
dvisvgmfrom MiKTeX, image conversions when usingsphinx.ext.imgmathwould fail due to "Windows API error 87" failures. The issue appeared to be related to having Sphinx documentation being held on a different root drive (e.g. D:) over the temporary root drive (C:). Worked around this scenario for a builder by explicitly overriding the temporary path as follows (sphinx-contrib/confluencebuilder#756):It has been a moment since trying this recently, but noticed the Windows API error 87 error was showing itself again. Trying to look at why, it appears in #13626 that Sphinx dropped (unofficial) support of the
_imgmath_tempdiroverride.Wondering if it would be possible to update Sphinx to utilize the output directory to address this issue.
Beta Was this translation helpful? Give feedback.
All reactions