| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Normalise spelling of Sphinx versions | Adam Turner | 2023-03-24 | 1 | -3/+2 |
| | | |||||
| * | Update documentation of latex builder (#10925) | Jean-François B | 2022-10-17 | 1 | -35/+32 |
| | | |||||
| * | Fix link to rinohtype manual (#10593) | Brecht Machiels | 2022-06-22 | 1 | -1/+1 |
| | | |||||
| * | Rename to root document | Juan Luis Cano Rodríguez | 2021-06-22 | 1 | -1/+1 |
| | | |||||
| * | LaTeX: update default font configuration | jfbu | 2021-01-20 | 1 | -11/+12 |
| | | | | | | | | | | | | This replaces times package with tgtermes and tgheros (clones of Times and Helvetica with better LaTeX support) and the monospace font from txfonts package (txtt). This font is better matched with Times-like fonts than Courier clones. The changes applies to pdflatex/platex/uplatex. Fixes: #8711 | ||||
| * | Fix #6629: linkcheck: Handle rate-limiting | François Freitag | 2020-11-25 | 1 | -0/+4 |
| | | | | | | Follow the Retry-After header if present, otherwise use an exponential back-off. | ||||
| * | Fix modname of HTMLHelpBuilder | Takeshi KOMIYA | 2019-05-15 | 1 | -1/+1 |
| | | |||||
| * | Separate json and pickle to sphinxcontrib package | Takeshi KOMIYA | 2019-02-17 | 1 | -1/+1 |
| | | |||||
| * | docs: Update location of builders | Takeshi KOMIYA | 2019-02-11 | 1 | -0/+2 |
| | | |||||
| * | Separate applehelp to sphinxcontrib package | Takeshi KOMIYA | 2019-02-06 | 1 | -1/+5 |
| | | |||||
| * | Separate devhelp to sphinxcontrib package | Takeshi KOMIYA | 2019-01-20 | 1 | -1/+5 |
| | | |||||
| * | Separate qthelp to sphinxcontrib package | Takeshi KOMIYA | 2019-01-19 | 1 | -1/+5 |
| | | |||||
| * | LaTeX: font choices for Greek and Cyrillic support, and (Xe|Lua)LaTeX | jfbu | 2018-11-21 | 1 | -19/+29 |
| | | |||||
| * | Load CMU by filename, not font name, for XeLaTeX | jfbu | 2018-11-17 | 1 | -1/+2 |
| | | |||||
| * | LaTeX: support for Greek and Cyrillic | jfbu | 2018-11-16 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 0. do not escape Unicode Greek letters via LaTeX math mark-up: pass them through un-modified to LaTeX document, 1. if "fontenc" receives extra option LGR, then pdflatex will support Unicode Greek letters (not in math), and with extra option T2A it will support (most) Unicode Cyrillic letters. 2. for pdflatex with LGR, this will use "textalpha" LaTeX package and "substitutefont" package to set up some automatic font substitution to work around the unavailability of Greek with "times" package (which is default font package chosen by Sphinx for pdflatex), same with T2A and "substitutefont" for Cyrillic. 3. for xelatex/lualatex, set up Computer Modern Unicode as default font, as it supports Cyrillic and Greek scripts, 4. for platex, don't do anything special as the engine already has its default font supporting Cyrillic and Greek (even in math mode!) Closes: #5251 Fixes: #5248 Fixes: #5247 | ||||
| * | Prefer https:// links where available | Jon Dufresne | 2018-09-23 | 1 | -1/+1 |
| | | |||||
| * | LaTeX builder now depends on TeX Live 2015 or above | Takeshi KOMIYA | 2018-08-30 | 1 | -4/+5 |
| | | |||||
| * | doc: Add "extensions" to usage guide | Stephen Finucane | 2018-06-20 | 1 | -1/+1 |
| | | | | | Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
| * | doc: Add "builders" to usage guide | Stephen Finucane | 2018-06-20 | 1 | -0/+536 |
| This is placed in a directory as this document will eventually be split up. However, this is not the day to do this. Signed-off-by: Stephen Finucane <stephen@that.guru> | |||||
