summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add test for ext.graphviz alignment.Oliver Sanders2017-09-242-1/+56
* Add test for #4066 latex `\index` indent fixjfbu2017-09-203-0/+24
* Fix #4044 (extra row height in PDF output from empty multicell)jfbu2017-09-112-9/+9
* Merge branch 'stable' into 3969_allow_private_instance_varsTakeshi KOMIYA2017-09-063-0/+10
|\
| * Merge pull request #3894 from Andne/cpp-typeorconceptJakob Lykke Andersen2017-08-313-0/+10
| |\
| | * Improve cpp intersphinx supportAndy Neebel2017-06-263-0/+10
| * | Fix flake8 violationTakeshi KOMIYA2017-08-201-1/+2
* | | Fix flake8 violationTakeshi KOMIYA2017-08-101-1/+2
* | | Fix #3969: private instance attributes causes AttributeErrorTakeshi KOMIYA2017-07-311-1/+4
|/ /
* | Reduce DeprecationWarningTakeshi KOMIYA2017-07-312-9/+10
* | Add tests for default-roleTakeshi KOMIYA2017-07-314-0/+54
* | Fix #3926: Add ``autodoc_warningiserror`` to suppress the behavior of ``-W`` ...Takeshi KOMIYA2017-07-151-0/+24
* | test: Fix autosummary testcaseTakeshi KOMIYA2017-07-023-4/+4
* | Fix #3900: autosummary could not find methodsTakeshi KOMIYA2017-07-024-0/+43
* | fix #3840: epub_uid should be XML NameYoshiki Shibukawa2017-06-302-1/+12
|/
* Move assignment of srcdir to the right placeAndy Neebel2017-06-171-4/+4
* Bad imports failed on travis and circleAndy Neebel2017-06-141-2/+2
* Fix the warnings, need to handle the repr escapingAndy Neebel2017-06-143-6/+3
* Mark tests as xfail/skip to allow successful runAndy Neebel2017-06-1410-0/+38
* XFAIL some tests, 2.7 and Win32 can't use unicode pathAndy Neebel2017-06-141-1/+8
* Update testcase for #3858Takeshi KOMIYA2017-06-101-1/+1
* Fix Emit wrong warnings if citation label includes hyphens (refs: #3558)Takeshi KOMIYA2017-06-043-14/+21
* Add Sphinx own parser (refs: #3816)Takeshi KOMIYA2017-05-281-1/+1
* Skip testing for websupport if sqlalchemy not installedTakeshi KOMIYA2017-05-281-0/+1
* Follow translationsTakeshi KOMIYA2017-05-171-7/+7
* Merge pull request #3718 from sphinx-doc/3458-sphinx-testingTakeshi KOMIYA2017-05-1693-978/+227
|\
| * refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-1493-978/+227
* | Merge pull request #3736 from tk0miya/refactor_latex_table_testcaseTakeshi KOMIYA2017-05-1622-137/+941
|\ \ | |/ |/|
| * Refactor test_latex_tableTakeshi KOMIYA2017-05-1322-137/+941
* | Merge branch 'stable' into 1.6-releaseTakeshi KOMIYA2017-05-132-1/+12
|\ \ | |/ |/|
| * Fix #3320: Warning about reference target not being found for container typesTakeshi KOMIYA2017-05-132-1/+12
* | Fix #3479: add latex support for docutils table stub columnsjfbu2017-05-103-0/+51
* | Merge pull request #3686 from jfbu/dropthreeparttableJean-François B2017-05-091-9/+12
|\ \
| * | Rename ``\sphinxcaptionof`` to ``\sphinxcaption``, only 2 argsjfbu2017-05-041-4/+4
| * | Separate ``\sphinxcapstartof`` macro, to facilitate caption below tablejfbu2017-05-041-0/+1
| * | Fix tests after dropping latex threeparttablejfbu2017-05-011-9/+11
* | | Skip testcase for sphinx.util.inspect on 3.4.3Takeshi KOMIYA2017-05-091-1/+2
* | | Fix flake8 violationsTakeshi KOMIYA2017-05-099-31/+31
* | | LaTeX: ``\sphinxstyletheadfamily`` to allow multiparagraph headersjfbu2017-05-071-11/+13
* | | Fix testcaseTakeshi KOMIYA2017-04-301-0/+2
|/ /
* | Make ImportWarning silentTakeshi KOMIYA2017-04-271-0/+1
* | Backport fixes for French quotes from docutilsDmitry Shachnev2017-04-251-1/+1
* | Add tests for English, Russian and French smart quotesDmitry Shachnev2017-04-252-0/+27
* | Remove the custom smartypants codeDmitry Shachnev2017-04-255-22/+16
* | Merge branch 'master' into drop_websupportTakeshi KOMIYA2017-04-2314-52/+432
|\ \
| * \ Merge pull request #3658 from tk0miya/3630_add_get_full_qualified_namesTakeshi KOMIYA2017-04-236-37/+185
| |\ \
| | * | Drop ununsed importTakeshi KOMIYA2017-04-231-2/+0
| | * | Implement get_full_qualified_name() to CPPDomain (refs: #3630)Takeshi KOMIYA2017-04-235-0/+34
| | * | Implement get_full_qualified_name() to JavascriptDomain (refs: #3630)Takeshi KOMIYA2017-04-233-0/+60
| | * | Implement get_full_qualified_name() to StandardDomain (refs: #3630)Takeshi KOMIYA2017-04-233-37/+93