You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempt to fix fatal "Command \x already defined." error.
Seems like Sphinx 6.2.1 changed (relative to 6.1.3) when it loads ...
/usr/local/texlive/2022/texmf-dist/tex/latex/pict2e/pict2e.sty
... which appears to define \x. 6.2.1 loads it *before* loading our preamble file, whereas 6.1.3 loaded it after.
0 commit comments