summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix #3164: Change search order of ``sphinx.ext.inheritance_diagram``Takeshi KOMIYA2016-11-231-5/+7
* inheritance_diagram: Move _import_class_or_module() method to functionTakeshi KOMIYA2016-11-233-1/+52
* Fix #3117: LaTeX writer crashes if admonition is placed before first section ...Takeshi KOMIYA2016-11-233-0/+40
* #3093: fix test againshimizukawa2016-11-201-12/+12
* #3093: fix test againshimizukawa2016-11-202-0/+19
* #3093: fix testshimizukawa2016-11-202-3/+3
* refs #3093: add testsshimizukawa2016-11-202-1/+18
* Fix #3135: ``sphinx.ext.autodoc`` crashes with plain CallableTakeshi KOMIYA2016-11-132-5/+11
* Fix #2931: code-block directive with same :caption: causes warning of duplica...Takeshi KOMIYA2016-09-172-9/+9
* Fix relative paths in intersphinx linksAndrey Golovizin2016-09-141-0/+15
* Fix #1462: autosummary warns for namedtuple with attribute with trailing unde...Takeshi KOMIYA2016-08-302-0/+20
* #2902: jsdump.loads fails to load search index if keywords starts with unders...Takeshi KOMIYA2016-08-271-0/+4
* Add tests for sphinx.util.jsdump:loads()Takeshi KOMIYA2016-08-271-4/+11
* Add testcase for #2846Takeshi KOMIYA2016-08-171-1/+87
* Fix test has broken in py3Takeshi KOMIYA2016-08-111-2/+4
* Remove debug printTakeshi KOMIYA2016-08-111-1/+0
* Fix #2789: `sphinx.ext.intersphinx` generates wrong hyperlinks if the invento...Takeshi KOMIYA2016-08-111-1/+44
* fix html entity to fix epub errorYoshiki Shibukawa2016-08-091-1/+1
* ext.autodoc: fix formatting instance annotationsJoost van Zwieten2016-08-072-1/+12
* Merge pull request #2778 from LeoHuckvale/fix-abstractproperty-part2Takeshi KOMIYA2016-07-211-0/+70
|\
| * Fix tests for Python 2.6Leo Huckvale2016-07-141-3/+15
| * inspect: return defargs[0] if obj.__dict__ raises exceptionLeo Huckvale2016-07-141-0/+58
* | Optimized tests: remove markups for warningsTakeshi KOMIYA2016-07-155-33/+0
* | Optimized tests: Add test-warningsTakeshi KOMIYA2016-07-1410-53/+290
|/
* Optimize tests: test_get_items_summaryTakeshi KOMIYA2016-07-141-1/+1
* Use applehelp_disable_external_tools on testing (for non MacOS)Takeshi KOMIYA2016-07-141-1/+2
* Optimize tests: test_applehelp_outputTakeshi KOMIYA2016-07-143-1/+40
* Optimize tests: test_ifconfigTakeshi KOMIYA2016-07-141-1/+4
* Optimize tests: test_searchadaptersTakeshi KOMIYA2016-07-143-1/+452
* Optimize tests: Remove test_i18n (duplicated with test_intl)Takeshi KOMIYA2016-07-141-17/+0
* Optimize tests: test_jsmathTakeshi KOMIYA2016-07-143-15/+47
* Optimize tests: test_imgmath_png, test_imgmath_svgTakeshi KOMIYA2016-07-143-2/+12
* Optimize tests: test_master_doc_not_foundTakeshi KOMIYA2016-07-141-5/+8
* Merge pull request #2766 from silviot/stableTakeshi KOMIYA2016-07-081-0/+9
|\
| * Make javascript search work in more contextsSilvio Tomatis2016-07-081-0/+9
* | Fix #2667: latex crashes if resized images appeared in section titleTakeshi KOMIYA2016-07-051-3/+4
|/
* Fix #2579: Could not refer a label including both spaces and colons via `sphi...Takeshi KOMIYA2016-06-241-0/+3
* Merge pull request #2672 from jfbu/jfbu_fixincludegraphicsJean-François B2016-06-221-14/+17
|\
| * latex ``\noindent`` for non-inline images, not only if top leveljfbu2016-06-191-9/+12
| * Fix #2671: image directive may lead to inconsistent spacing in pdfjfbu2016-06-171-9/+9
* | C++, fix parsing of function types in other types.Jakob Lykke Andersen2016-06-161-0/+5
|/
* Fix #2629. Add new config option ``latex_keep_old_macro_names``jfbu2016-06-153-33/+36
* Fix flake8 violation under tests/Takeshi KOMIYA2016-06-1225-97/+129
* Fix #2593 (continued): allow figure captions in LaTeX tabulary tablesjfbu2016-06-051-1/+1
* Fix #2593: latex crashes if any figures in the tableTakeshi KOMIYA2016-06-052-3/+14
* Merge pull request #2613 from shibukawa/feature/extension-blacklist-to-stableTakeshi KOMIYA2016-06-031-0/+6
|\
| * add extension blacklist to avoid error when loading deprecated extensionsYoshiki Shibukawa2016-06-021-0/+6
* | Make testcases robustTakeshi KOMIYA2016-06-032-14/+14
|/
* Fix combination of figure directive options; width, figwidth and align (ref: ...Takeshi KOMIYA2016-05-303-3/+14
* Fix style-checker errorsTakeshi KOMIYA2016-05-291-6/+6