Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-22Close #6837: LaTeX: Support a nested tableTakeshi KOMIYA
2019-12-21Replace `a and b or c` by the more legible `b if a or c`.Antony Lee
2019-12-15LaTeX: avoid quotes and TeX ligature replacements in PDF outputjfbu
2019-12-05LaTeX: inhibit so-called TeX Ligatures with xelatex and lualatexjfbu
2019-11-25Migrate to py3 style type annotation: sphinx.writers.latexTakeshi KOMIYA
2019-11-20Merge pull request #6841 from tk0miya/4186_uplatexTakeshi KOMIYA
2019-11-18Merge pull request #6845 from jfbu/latex_do_not_escape_verticalbarcharJean-François B
2019-11-18LaTeX: revert in index entries to \textbar{} not \sphinxtextbar{}jfbu
2019-11-18Merge pull request #6846 from jfbu/latex_texteuroJean-François B
2019-11-18LaTeX: Do not escape € wrongly (refs: 0103ff2a2b6, #6835)jfbu
2019-11-18LaTeX: stop escaping | to LaTeX macro, except if in an index entryjfbu
2019-11-17Fix #4186: LaTeX: Support upLaTeX as a new latex_engine (experimental)Takeshi KOMIYA
2019-11-16Make escape() and hlescape() as public APIs of texescapeTakeshi KOMIYA
2019-11-16Fix #6738: latex: literal_block does not support raw unicode charactersTakeshi KOMIYA
2019-11-15Merge branch '2.0' into 6738_new_escape_for_unicode_latex_engineJean-François B
2019-11-05Close #6762: latex: Allow to load additonal LaTeX packagesTakeshi KOMIYA
2019-10-20Do not replace unicode characters by LaTeX macros on unicode supported LaTeX ...Takeshi KOMIYA
2019-10-20Add LaTeXTranslator.escape(); TeX escape helper methodTakeshi KOMIYA
2019-10-01Add latexpdf support for Greek as main language (via xelatex use)jfbu
2019-06-29LaTeX: refactor visit_enumerated_list() to use \sphinxsetlistlabelsjfbu
2019-06-21Fix mypy violations (for mypy-0.710)Takeshi KOMIYA
2019-06-01Merge branch '2.0.2' into 2.0Takeshi KOMIYA
2019-06-01Add :force: option to code directivesTakeshi KOMIYA
2019-05-28Close #6239: latex: Support to build Chinese documentsTakeshi KOMIYA
2019-05-24Fix latex figure in admonitionStefan Wallentowitz
2019-05-06Fix #4550: html: Centering tables by default using CSSTakeshi KOMIYA
2019-03-02Merge branch '1.8' into 2.0Takeshi KOMIYA
2019-02-27Fix #6067: LaTeX: images having a target are not aligned even if specifiedTakeshi KOMIYA
2019-02-27Fix #6067: LaTeX: images having a target are concatenated to next lineTakeshi KOMIYA
2019-02-17Fix wrong indentationTakeshi KOMIYA
2019-02-17Merge branch '1.8'Takeshi KOMIYA
2019-02-10Fix #6026: LaTeX: A cross reference to definition list does not workTakeshi KOMIYA
2019-02-03Merge branch '1.8'Takeshi KOMIYA
2019-02-03Fix #5948: LaTeX: duplicated labels are generated for sectionsTakeshi KOMIYA
2019-01-17Merge branch '1.8'jfbu
2019-01-14Make mypy happy, but I protest !jfbu
2019-01-14LaTeX: remove usage of \scalebox by incorporating scale in height/widthjfbu
2019-01-12Merge pull request #5922 from tk0miya/refactor_latex_compatTakeshi KOMIYA
2019-01-10Fix recursive import when importing sphinx.writers.latex directlyTakeshi KOMIYA
2019-01-08Make info messages more translatableTakeshi KOMIYA
2019-01-05Merge branch '1.8'jfbu
2019-01-05Remove some spaces added in last commit, which are ignored anyhowjfbu
2019-01-05LaTeX do not strip spaces from numfig_format split at %sjfbu
2019-01-05Fix LaTeX writer handling of user custom numfig_formatjfbu
2019-01-04Deprecate LaTeXTranslator.generate_numfig_format()Takeshi KOMIYA
2019-01-04latex: Move ExtBabel to sphinx.builders.latex.util packageTakeshi KOMIYA
2019-01-03refactor: Add compat module to avoid recursive importTakeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-25Merge pull request #5806 from jdufresne/six-text-typeTakeshi KOMIYA