summaryrefslogtreecommitdiff
path: root/sphinx/writers
Commit message (Expand)AuthorAgeFilesLines
* Make generated texinfo files reproducible by sorting the anchorsDmitry Shachnev2018-08-301-1/+1
* Fix flake8 violationsTakeshi KOMIYA2018-07-161-1/+1
* Merge pull request #5177 from jfbu/5176_latex_index_special_charsJean-François B2018-07-161-0/+3
|\
| * LaTeX: fix indexing of terms containing " characterjfbu2018-07-161-0/+1
| * LaTeX: fix indexing of terms containing ! characterjfbu2018-07-161-0/+1
| * LaTeX: fix indexing of terms containing @ characterjfbu2018-07-161-0/+1
* | LaTeX: for French and xelatex, use babel not polyglossia (fix: #4272)jfbu2018-07-121-0/+8
|/
* Fix #5091: latex: curly braces in index entries are not handled correctlyTakeshi KOMIYA2018-06-161-2/+2
* Fix #5022: latex: crashed with docutils package provided by Debian/UbuntuTakeshi KOMIYA2018-06-071-1/+6
* LaTeX: make deactivation of = and " systematicjfbu2018-06-051-36/+5
* LaTeX: update list of language codes with " activejfbu2018-06-051-3/+30
* Close #4980: latex: Improve label handling of LaTeX builder (section)Takeshi KOMIYA2018-05-221-18/+11
* Close #4980: latex: Improve label handling of LaTeX builder (table)Takeshi KOMIYA2018-05-221-6/+2
* Close #4980: latex: Improve label handling of LaTeX builder (code-block)Takeshi KOMIYA2018-05-221-9/+8
* Close #4980: latex: Improve label handling of LaTeX builder (figure)Takeshi KOMIYA2018-05-221-12/+17
* Revert extra \relax after \phantomsection in LaTeXTranslator.hypertargetjfbu2018-05-211-1/+1
* Avoid unneeded \relax after \phantomsection in glossary item labelsjfbu2018-05-211-1/+5
* Fix #4973: latex: glossary directive adds whitespace to each itemTakeshi KOMIYA2018-05-211-4/+3
* Merge branch '1.7' into 4979_latex_index_escapingTakeshi KOMIYA2018-05-211-1/+1
|\
| * Merge branch '1.7' into 4978_incorrect_shorthandoff_for_brazilTakeshi KOMIYA2018-05-191-2/+3
| |\
| * | Fix #4978: latex: shorthandoff is not set up for Brazil localeTakeshi KOMIYA2018-05-191-1/+1
* | | Fix #4979: latex: Incorrect escaping of curly braces in index entriesTakeshi KOMIYA2018-05-191-6/+11
| |/ |/|
* | Fix latex: deeply nested enumerated list which is beginning with non-1 causes...Takeshi KOMIYA2018-05-151-2/+3
|/
* Fix #4889: latex: sphinx.writers.latex causes recusrive importTakeshi KOMIYA2018-04-241-1/+7
* Fix #4717: latex: Compilation for German docs failed with LuaLaTeX and XeLaTeXTakeshi KOMIYA2018-04-211-6/+32
* Merge branch '1.7' into 4803_optimize_latex_show_urlsTakeshi KOMIYA2018-04-151-1/+4
|\
| * Fix again #4837, using better equivalent to deprecated \sfjfbu2018-04-141-3/+4
| * Fix #4837: (latex with class memoir) Font command \sf is not supportedjfbu2018-04-141-1/+3
* | Move ShowUrlsTransform to sphinx.builders.latex.transformsTakeshi KOMIYA2018-04-141-109/+2
|/
* Fix #4817: wrong URLs on warning messagesTakeshi KOMIYA2018-04-086-6/+6
* Use builder.confdir as prefix to user latex templatesjfbu2018-03-291-1/+1
* Fix broken LateX customization via templates (closes: #4795)jfbu2018-03-291-2/+3
* Merge pull request #4729 from jfbu/latex_equation_nophantomJean-François B2018-03-151-0/+5
|\
| * Add TODO notesjfbu2018-03-121-0/+1
| * Fix vertical space before equation in latex (closes: #4574)jfbu2018-03-111-0/+4
* | Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-137-16/+14
|/
* Fix #4577: Enumerated sublists with explicit start with wrong numberTakeshi KOMIYA2018-02-181-1/+11
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-147-14/+16
* Use flake8-import-orderTakeshi KOMIYA2018-01-286-14/+12
* Merge branch 'stable' into 1.7-releasejfbu2018-01-201-2/+0
|\
| * Fix "Undefined control sequence \\hlineSomeText" (#4431; refs: #3435)jfbu2018-01-181-2/+0
* | Merge branch 'master' into feature-text-secnumbersTakeshi KOMIYA2018-01-159-75/+122
|\ \
| * \ Merge pull request #4202 from tk0miya/4196_emit_warning_for_tabularcolumnTakeshi KOMIYA2018-01-141-0/+3
| |\ \
| | * | Show a notice if both tabularcolumns and :widths: are given (refs: #4196)Takeshi KOMIYA2018-01-141-0/+3
| * | | Remove unneeded coding from LaTeXTranslator.visit_figure()jfbu2018-01-141-19/+5
| |/ /
| * | Fix #4079: Add notranslate class to let Google Translate know they are not tr...Takeshi KOMIYA2018-01-132-6/+6
| * | Merge pull request #4235 from anarcat/manpage-linksTakeshi KOMIYA2018-01-132-0/+12
| |\ \
| | * | add link to manpages in HTML builderAntoine Beaupré2018-01-112-0/+12
| * | | latex: Do not display Release label if :confval:`release` is not setTakeshi KOMIYA2018-01-101-1/+1
| |/ /
| * | Split out fancy LaTeX macros from ``\sphinxcode`` into ``\sphinxupquote``jfbu2018-01-031-13/+13