summaryrefslogtreecommitdiff
path: root/sphinx/writers
Commit message (Expand)AuthorAgeFilesLines
* Fix #5948: LaTeX: duplicated labels are generated for sectionsTakeshi KOMIYA2019-02-031-3/+2
* texinfo: remove DOTs from name if name contains other charactersTakeshi KOMIYA2019-02-031-0/+3
* Allow periods in texinfo node namesBrandon T. Willard2019-02-031-1/+1
* Merge pull request #5955 from jfbu/latex_remove_scaleboxJean-François B2019-01-171-20/+32
|\
| * Make mypy happy, but I protest !jfbu2019-01-141-5/+5
| * LaTeX: remove usage of \scalebox by incorporating scale in height/widthjfbu2019-01-141-20/+32
* | Fix mypy violationsTakeshi KOMIYA2019-01-172-2/+2
|/
* Remove some spaces added in last commit, which are ignored anyhowjfbu2019-01-051-2/+2
* LaTeX do not strip spaces from numfig_format split at %sjfbu2019-01-041-12/+10
* Fix LaTeX writer handling of user custom numfig_formatjfbu2019-01-041-2/+2
* A happy new year!Takeshi KOMIYA2019-01-029-9/+9
* LaTeX: ``\sphinxmaketitle`` and optional ``\sphinxbackoftitlepage``jfbu2018-12-211-1/+1
* LaTeX: allow sphinxVerbatim usage without explicit "hllines" extra setupjfbu2018-12-161-3/+6
* Merge pull request #5600 from tk0miya/3080_invalid_texinfoTakeshi KOMIYA2018-11-091-1/+5
|\
| * Fix #3080: texinfo: multiline citations are brokenTakeshi KOMIYA2018-11-081-1/+3
| * Fix #3080: texinfo: multiline rubric is brokenTakeshi KOMIYA2018-11-081-0/+2
* | LaTeX: deprecate optional argument scre to visit_index()jfbu2018-11-041-3/+9
* | LaTeX general index: also style "extras" in triple entriesjfbu2018-11-011-5/+7
* | LaTeX: add styling to general index, similar to domain indicesjfbu2018-10-311-11/+29
|/
* Fix #5471: Show appropriate warning for deprecated APIsTakeshi KOMIYA2018-10-173-21/+21
* Fix #3704: wrong ``\label`` positioning for figures with a legendjfbu2018-10-071-4/+6
* latex: add defaults for enumerated list prefix/suffixMin RK2018-10-021-2/+4
* Fix #5433: latex: ImportError: cannot import name 'DEFAULT_SETTINGS'Takeshi KOMIYA2018-09-161-8/+4
* Merge branch '1.7' into 1.8Takeshi KOMIYA2018-09-051-1/+1
|\
| * Make generated texinfo files reproducible by sorting the anchorsDmitry Shachnev2018-08-301-1/+1
* | Fix #5348: download reference to remote file is not displayedTakeshi KOMIYA2018-08-262-8/+28
* | Fix #5325: latex: cross references has been broken by multiply labeled objectsTakeshi KOMIYA2018-08-221-1/+4
* | Merge branch 'master' into template-bodyTakeshi KOMIYA2018-08-206-170/+235
|\ \
| * | refactor: Move settings for pLaTeX to ADDITIONAL_SETTINGSTakeshi KOMIYA2018-08-081-17/+7
| * | Merge pull request #5245 from jfbu/latex_refactor_declareunicodecharacterJean-François B2018-08-011-15/+16
| |\ \
| | * | LaTeX: streamline ``\DeclareUnicodeCharacter`` usagejfbu2018-08-011-15/+16
| * | | Merge pull request #5244 from tk0miya/refactor_latex3Takeshi KOMIYA2018-08-021-7/+7
| |\ \ \ | | |/ / | |/| |
| | * | latex: Reorder deprected methodTakeshi KOMIYA2018-08-011-7/+7
| * | | Revert "LaTeX: extend to all projects the #3742 fix for PDF builds at RTD"jfbu2018-07-311-1/+1
| |/ /
| * | Merge pull request #5229 from tk0miya/refactor_latex2Takeshi KOMIYA2018-07-301-8/+10
| |\ \
| | * | Check latex_elements at config-inited eventTakeshi KOMIYA2018-07-291-8/+10
| * | | Deprecate whole of sphinx.ext.mathbaseTakeshi KOMIYA2018-07-291-5/+1
| |/ /
| * | Merge branch 'master' into refactor_highlighterTakeshi KOMIYA2018-07-292-10/+46
| |\ \
| | * | Implement math_renderer frameworkTakeshi KOMIYA2018-07-282-10/+46
| * | | Apply :confval:`trim_doctest_flags` to all builders (cf. text, manpages)Takeshi KOMIYA2018-07-211-3/+1
| * | | Refactor: Run highlightlang on resolving phaseTakeshi KOMIYA2018-07-216-95/+91
| |/ /
| * | Merge pull request #5181 from jfbu/3742_index_in_PDF_bookmark_at_RTDJean-François B2018-07-171-1/+1
| |\ \
| | * \ Merge branch 'master' into 3742_index_in_PDF_bookmark_at_RTDJean-François B2018-07-161-7/+20
| | |\ \
| | * | | LaTeX: extend to all projects the #3742 fix for PDF builds at RTDjfbu2018-07-151-1/+1
| * | | | Merge branch '1.7'Takeshi KOMIYA2018-07-171-0/+8
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | 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