summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 95 chars in line. It was warned by `make check`.shimizukawa2016-01-122-4/+8
* Fix #2229, any-role and ``-W`` option are conflictedTakeshi KOMIYA2016-01-123-26/+2
* Fix broken test by bba3f388e96bac2b106d89d51367d2974f70f49cTakeshi KOMIYA2016-01-121-0/+9
* Fix #2229: No warning is given for unknown optionsTakeshi KOMIYA2016-01-112-0/+18
* Fix #2226: Math is not HTML-encoded when :nowrap: is given (jsmath, mathjax)Takeshi KOMIYA2016-01-102-2/+22
* Refactoring testcases to reduce ResourceWarning (refs: #1409)Takeshi KOMIYA2016-01-102-7/+13
* Fix #2225: If the option does not begin with dash, linking is not performedTakeshi KOMIYA2016-01-092-4/+29
* Fix #2062: Escape characters in doctests are treated incorrectly with Python 2shimizukawa2016-01-091-0/+11
* fix testing for text builder that generate _build/text/_build/text/_build/......shimizukawa2016-01-0925-0/+26
* Fix #2198,#2205: ``make gettext`` generate broken msgid for definition lists....shimizukawa2016-01-093-9/+35
* Merge pull request #2160 from misery/tocTakeshi KOMIYA2016-01-084-0/+42
|\
| * Fix broken TOC of PDFs if section includes an imageAndré Klitzing2016-01-084-0/+42
* | Add testcase for #1860Takeshi KOMIYA2016-01-081-0/+22
|/
* Fix #2072: Footnotes in chapter-titles do not appear in PDF outputTakeshi KOMIYA2016-01-062-17/+21
* Fix broken testcase; Split test-toctree-maxdepth from test-tocdepthTakeshi KOMIYA2016-01-067-3/+73
* Fix #771: latex output doesn't set tocdepthTakeshi KOMIYA2016-01-062-0/+29
* Fix #1408: Check latex_logo validity before copyingTakeshi KOMIYA2016-01-051-0/+10
* [tests] beautify collapsed grouped fieldMaximilian Köhl2016-01-051-2/+2
* Fix broken tests by 7bb685bbe97824bc2c65bf8cb1d7ac38e5f91cd4Takeshi KOMIYA2016-01-032-2/+4
* Fix #2197: Slightly cryptic error message for missing index.rst fileTakeshi KOMIYA2016-01-031-0/+11
* Fix #2201: wrong table caption for tables with over 30 rowsTakeshi KOMIYA2016-01-012-0/+91
* Fix #2206: Sphinx latex doc build failed if footnotes in caption of figureTakeshi KOMIYA2016-01-012-5/+14
* Fix #2178: Unparseable C++ cross-reference when referencing a function with :...Takeshi KOMIYA2015-12-275-1/+110
* Fix #2189: previous sibling link has broken if previous doc is under nested t...Takeshi KOMIYA2015-12-268-2/+33
* Fix #2189: next sibling link has broken if the file was appeared twice or moreTakeshi KOMIYA2015-12-269-0/+65
* Fix broken in py3Takeshi KOMIYA2015-12-251-4/+11
* Fix #2040: UnicodeDecodeError in sphinx-apidoc when author contains non-ascii...Takeshi KOMIYA2015-12-251-0/+34
* Fix #2071: Same footnote in more than two section titles => LaTeX/PDF BugTakeshi KOMIYA2015-12-252-0/+4
* Fix empty cell in table header causes LaTeX error (#1574)Takeshi KOMIYA2015-12-241-0/+9
* Fix TestApp.cleanup_trees was obsoletedTakeshi KOMIYA2015-12-242-2/+0
* Merge pull request #2188 from xuhdev/latex-math-section-titleTakeshi KOMIYA2015-12-221-2/+2
|\
| * LaTeX: Support math in section titlesHong Xu2015-12-201-2/+2
* | Fix LaTeX output of \mathbb in mathHong Xu2015-12-211-0/+4
* | Fix #2185: Use with syntax to open files on testing.shimizukawa2015-12-202-48/+15
|/
* Fix #2171: cannot linkcheck url with unicodeTakeshi KOMIYA2015-12-191-1/+7
* Add testcase for encoding URIs in linkcheck builderTakeshi KOMIYA2015-12-191-0/+19
* Fix #2158: test_latex_build.test_footnote and some tests fail on Windows envi...shimizukawa2015-12-192-7/+9
* Move testcases for footnotes to roots/test-footnoteTakeshi KOMIYA2015-12-194-18/+16
* Fix #1237 footnotes not working in definition list in LaTeXTakeshi KOMIYA2015-12-192-0/+29
* Refactor latex_show_urls processor to Transform classTakeshi KOMIYA2015-12-192-3/+10
* Add testcases for latex_show_urlsTakeshi KOMIYA2015-12-194-4/+55
* Merge pull request #1833 from xuhdev/latex-mailtoTakeshi KOMIYA2015-12-193-0/+16
|\
| * Add testing cases for the "latex_show_urls" optionHong Xu2015-12-113-0/+16
* | Fix #981: LaTeX: support image file names with more than 1 dotsHong Xu2015-12-173-4/+9
|/
* modify test strings to be found after build_latexTakaaki AOKI2015-12-102-7/+7
* Fix #2094 rubric with reference not working in LatexTakeshi KOMIYA2015-12-032-0/+3
* Fix section and table titles with reference cause latex build errorTakeshi KOMIYA2015-12-032-1/+15
* Fix #2134 figure caption with reference causes latex build errorTakeshi KOMIYA2015-12-034-0/+23
* Fix #2012 exception occurred if ``numfig_format`` is invalidTakeshi KOMIYA2015-11-302-0/+17
* fix line lengthshimizukawa2015-11-291-2/+2