summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Fix broken mergesTakeshi KOMIYA2016-03-031-1/+0
* | | Merge branch 'useless-test-noise'Takeshi KOMIYA2016-03-033-11/+33
|\ \ \
| * | | Fixes #1785: Reduce output for test generators.Robert Lehmann2015-03-203-11/+31
* | | | Merge branch '2327_toplevel_sectioning'Takeshi KOMIYA2016-03-031-0/+44
|\ \ \ \
| * | | | Fix #2327: Add `latex_toplevel_sectioning` to switch the top level sectioning...Takeshi KOMIYA2016-03-021-0/+44
* | | | | Merge branch '2229_suppress_warnings'Takeshi KOMIYA2016-03-034-0/+29
|\ \ \ \ \
| * | | | | Fix #2229: no warning is given for unknown optionsTakeshi KOMIYA2016-02-233-0/+3
| * | | | | Add :confval:`suppress_warnings` to supress arbitrary warning messageTakeshi KOMIYA2016-02-231-0/+26
* | | | | | Rename ``\internalreference`` to ``\crossref``Takeshi KOMIYA2016-03-021-17/+13
| |/ / / / |/| | | |
* | | | | Fix test_search has been failedTakeshi KOMIYA2016-03-011-1/+1
* | | | | Merge with 'stable'shimizukawa2016-02-291-0/+13
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Fix #2019: the domain objects in search result are not escapedTakeshi KOMIYA2016-02-291-0/+13
* | | | | Define ``\internalreference`` macro to redefine the style of referencesTakeshi KOMIYA2016-02-251-14/+18
* | | | | Define ``\menuselection`` and ``\accelerator`` macros to redefine the style o...Takeshi KOMIYA2016-02-251-2/+2
* | | | | Merge pull request #2340 from xuhdev/mathjax-alignTakeshi KOMIYA2016-02-231-2/+13
|\ \ \ \ \
| * | | | | Correct a duplicated test case name in test_ext_mathHong Xu2016-02-181-2/+2
| * | | | | Math extension: support alignment of multiple equations for MathJAX.Hong Xu2016-02-181-0/+11
* | | | | | Fix the confval type checker emits warnings if unicode is given to confvals w...Takeshi KOMIYA2016-02-232-0/+24
| |_|/ / / |/| | | |
* | | | | ``sphinx.ext.graphviz`` supports graph substituions by localeTakeshi KOMIYA2016-02-224-0/+22
* | | | | Add figure_language_filename to customize filename pattern for figure substit...Takeshi KOMIYA2016-02-223-0/+56
* | | | | Fix #1921: Support figure substitutions by localeTakeshi KOMIYA2016-02-229-10/+258
* | | | | Select an image by similarity if multiple images are globbed by ``.. image:: ...Takeshi KOMIYA2016-02-222-0/+0
* | | | | Refactor tests: Add @skip_if_graphviz_not_found decoratorTakeshi KOMIYA2016-02-221-4/+27
* | | | | Merge branch 'stable'Takeshi KOMIYA2016-02-203-3/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Don't show option-role warnings in 1.3.x tooTakeshi KOMIYA2016-02-203-3/+0
| * | | | fix testsGeorg Brandl2016-02-192-2/+0
* | | | | Highlighting fallbacks by defaultTakeshi KOMIYA2016-02-201-0/+26
| |/ / / |/| | |
* | | | Fix ValueError is raised if LANGUAGE is empty stringTakeshi KOMIYA2016-02-171-1/+4
* | | | Fix code-block literals raises highlighting warnings by defaultTakeshi KOMIYA2016-02-171-2/+2
* | | | Merge branch 'stable'Takeshi KOMIYA2016-02-151-2/+13
|\ \ \ \ | |/ / /
| * | | Fix some testcase get error with pygments-2.1.1Takeshi KOMIYA2016-02-151-2/+13
* | | | Fix #794: Date formatting in latex output is not localizedTakeshi KOMIYA2016-02-141-0/+18
* | | | The default highlight language is now Python 3.Georg Brandl2016-02-145-6/+10
* | | | Fix #1286, #2099: Add ``sphinx.ext.autosectionlabel`` extension to allow refe...Takeshi KOMIYA2016-02-143-0/+65
* | | | Add testcase for PR #2311Takeshi KOMIYA2016-02-144-0/+48
* | | | Fix #1858: Support numbering custom nodesTakeshi KOMIYA2016-02-143-0/+44
* | | | Add Sphinx.add_enumerable_node() to add enumerable nodes for numfig featureTakeshi KOMIYA2016-02-145-0/+111
* | | | Override figure directive to apply :name: option to the figure itselfTakeshi KOMIYA2016-02-143-25/+2