summaryrefslogtreecommitdiff
path: root/doc/usage/builders
Commit message (Collapse)AuthorAgeFilesLines
* Normalise spelling of Sphinx versionsAdam Turner2023-03-241-3/+2
|
* Update documentation of latex builder (#10925)Jean-François B2022-10-171-35/+32
|
* Fix link to rinohtype manual (#10593)Brecht Machiels2022-06-221-1/+1
|
* Rename to root documentJuan Luis Cano Rodríguez2021-06-221-1/+1
|
* LaTeX: update default font configurationjfbu2021-01-201-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-limitingFrançois Freitag2020-11-251-0/+4
| | | | | Follow the Retry-After header if present, otherwise use an exponential back-off.
* Fix modname of HTMLHelpBuilderTakeshi KOMIYA2019-05-151-1/+1
|
* Separate json and pickle to sphinxcontrib packageTakeshi KOMIYA2019-02-171-1/+1
|
* docs: Update location of buildersTakeshi KOMIYA2019-02-111-0/+2
|
* Separate applehelp to sphinxcontrib packageTakeshi KOMIYA2019-02-061-1/+5
|
* Separate devhelp to sphinxcontrib packageTakeshi KOMIYA2019-01-201-1/+5
|
* Separate qthelp to sphinxcontrib packageTakeshi KOMIYA2019-01-191-1/+5
|
* LaTeX: font choices for Greek and Cyrillic support, and (Xe|Lua)LaTeXjfbu2018-11-211-19/+29
|
* Load CMU by filename, not font name, for XeLaTeXjfbu2018-11-171-1/+2
|
* LaTeX: support for Greek and Cyrillicjfbu2018-11-161-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 availableJon Dufresne2018-09-231-1/+1
|
* LaTeX builder now depends on TeX Live 2015 or aboveTakeshi KOMIYA2018-08-301-4/+5
|
* doc: Add "extensions" to usage guideStephen Finucane2018-06-201-1/+1
| | | | Signed-off-by: Stephen Finucane <stephen@that.guru>
* doc: Add "builders" to usage guideStephen Finucane2018-06-201-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>