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
Already sphinx>=1.8.1 is a requirement, and 'maxlistdepth' is available
since Sphinx 1.5.
This commit also suppresses usage of LaTeX expdlist package as it breaks
PDF builds when a description list is in a table cell. Which actually
happens with matplotlib doc on master branch at 3d1a1bc (end 11/2019).
A scipy commit
scipy/scipy@c881fde
of April 2018 has a patch of expdlist command \breaklabel which would fix
that LaTeX issue, but here we simply comment out usage of expdlist.
Last but not least, this commit sets up XITS as main document font:
usage of XITS achieves that the section documenting Mathtext does not
report missing glyphs during the LaTeX build. Probably STIX2 would work
too. With DejaVu Serif, there were 134 unique Unicode glyphs needed by
the PDF build and missing from the font hence from the produced PDF.
XITS font is available in LaTeX distributions of recent years.
This commit was tested with Sphinx v1.8.5 and Sphinx v2.2.1.
(and using current TeXLive TeX distribution)
0 commit comments