summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix style-checker errorsTakeshi KOMIYA2016-05-291-6/+6
* Fix #2383: The generated footnote by `latex_show_urls` overflows linesTakeshi KOMIYA2016-05-281-4/+5
* Adjust spacing in `numref` role (ref: #2382)Takeshi KOMIYA2016-05-281-2/+2
* Add testcase for #2382Takeshi KOMIYA2016-05-281-14/+14
* Fix #2445: `rst_prolog` and `rst_epilog` affect to non reST sourcesTakeshi KOMIYA2016-05-256-10/+48
* Add testcase for rst_prolog and rst_epilogTakeshi KOMIYA2016-05-253-1/+26
* Fix #2518: `intersphinx_mapping` disallows non alphanumeric keysTakeshi KOMIYA2016-05-231-2/+2
* Fix ``sphinx.ext.intersphinx`` crashes if non-string value is used for key of...Takeshi KOMIYA2016-05-231-2/+3
* Fix format string in assert_in()/assert_not_in()Jakub Wilk2016-05-161-2/+2
* Merge pull request #2503 from JojoBoulix/stableTakeshi KOMIYA2016-05-053-0/+56
|\
| * Code enhancements (thanks to mitya57 and tk0miya):Alexis Bienvenüe2016-05-021-31/+33
| * Corrects copyright year using SOURCE_DATE_EPOCH if setAlexis Bienvenüe2016-04-283-0/+54
* | Fix #2526: LaTeX writer crashes if the section having only imagesTakeshi KOMIYA2016-05-051-0/+4
* | Fix the caption of figure is always put on center even if ``:align:`` was spe...Takeshi KOMIYA2016-05-043-4/+13
* | Fix #2492: Figure directive with :figwidth: generates incorrect Latex-codeTakeshi KOMIYA2016-05-043-3/+18
* | Fix intersphinx fails if mapping URL contains any portTakeshi KOMIYA2016-04-251-0/+10
* | Fix #2309: Could not refer "indirect hyperlink targets" by ref-roleTakeshi KOMIYA2016-04-245-6/+19
* | Fix broken testcaseTakeshi KOMIYA2016-04-221-1/+1
|/
* Fix #2397: Setup shorthandoff for turkish documentsTakeshi KOMIYA2016-04-161-0/+25
* Fix testcaseTakeshi KOMIYA2016-04-161-3/+3
* Remove debug printTakeshi KOMIYA2016-04-141-1/+0
* sphinx.ext.mathbase: Refactor LaTeX outputTakeshi KOMIYA2016-04-141-8/+8
* Fix #2370: the equations are slightly misaligned in LaTeXTakeshi KOMIYA2016-04-141-0/+19
* Add image file for testcase of #2395Takeshi KOMIYA2016-04-131-0/+0
* Merge pull request #2415 from jfbu/jumptorightplace-onstableTakeshi KOMIYA2016-04-114-2/+107
|\
| * Added Tests for latex(pdf) links to captioned or named literal blocksjfbu2016-04-104-2/+107
| * Enable pdf hyperlinks to named literal-blocks without caption.jfbu2016-04-071-2/+2
| * Merge branch 'stable' into jumptorightplace-onstablejfbu2016-04-061-0/+12
| |\
| * | Fix broken numeric reference in PDF hyperlinks to "Listing " code-blocksjfbu2016-04-031-2/+2
* | | Fix #2395: Sphinx crashs if unicode character in image filenameTakeshi KOMIYA2016-04-102-1/+3
| |/ |/|
* | Tests for 22dce02bec1e97b00fa5dde2479ab498784a866c..1754473c532d300ce517460d2...Ruediger Pluem2016-04-051-0/+12
|/
* The default format of `today_fmt` and `html_last_updated_fmt` is back to strf...Takeshi KOMIYA2016-04-031-5/+12
* import mock from util instead of directly.shimizukawa2016-04-021-2/+2
* Fix #2394: Sphinx crashes when html_last_updated_fmt is invalidTakeshi KOMIYA2016-04-011-0/+8
* C++, also support 'extern' for functions.Jakob Lykke Andersen2016-03-311-0/+2
* C++, add support for 'extern' and 'thread_local'.Jakob Lykke Andersen2016-03-301-0/+5
* Fix broken testcase caused by translationTakeshi KOMIYA2016-03-291-1/+1
* Remove duplicated testcase for latex builderTakeshi KOMIYA2016-03-291-38/+0
* Merge branch 'stable' into 1.4-releaseTakeshi KOMIYA2016-03-231-1/+1
|\
| * Fix broken testsTakeshi KOMIYA2016-03-061-1/+1
* | fix for 'make style-check'shimizukawa2016-03-061-3/+6
* | Fix #1498: manpage writer: don't make whole of item in definition list bold i...Takeshi KOMIYA2016-03-062-0/+13
* | Merge pull request #2297 from jfbu/literalblockcaptionTakeshi KOMIYA2016-03-061-2/+2
|\ \
| * | Fix broken test_literalinclude_caption_latexjfbu2016-03-041-1/+1
| * | Changes of LaTeX macro names in sphinx.sty to use Sphinx prefix.jfbu2016-03-041-1/+1
| * | Address #2262 (latex): avoid pagebreaks after captions of literal blocksjfbu2016-02-101-2/+2
* | | Fix #2337: Use ``\url{URL}`` macro instead of ``\href{URL}{URL}`` in LaTeX wr...Takeshi KOMIYA2016-03-041-6/+3
* | | Merge branch 'stable'Takeshi KOMIYA2016-03-031-32/+47
|\ \ \ | | |/ | |/|
| * | Add ``\sphinxAtStartFootnote`` macroTakeshi KOMIYA2016-03-031-44/+45
| * | #2351: Fix footnote spacingTakeshi KOMIYA2016-03-021-32/+46