summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Drop code for supporting py35Takeshi KOMIYA2020-11-064-47/+25
* Merge branch '3.x'Takeshi KOMIYA2020-11-057-23/+123
|\
| * Merge pull request #8355 from sphinx-doc/7613_class__signature__Takeshi KOMIYA2020-11-053-0/+69
| |\
| | * Merge branch '3.x' into 7613_class__signature__Takeshi KOMIYA2020-11-035-8/+23
| | |\
| | * | Fix #7613: autodoc: autodoc does not respect __signature__ of the classTakeshi KOMIYA2020-11-013-0/+69
| * | | Merge branch '3.3.x' into 3.xTakeshi KOMIYA2020-11-052-23/+39
| |\ \ \ | | |_|/ | |/| |
| | * | Fix testcases for singledispatch are sometimes failedTakeshi KOMIYA2020-11-042-23/+39
| * | | Fix #6914: Emit a detailed warning when failed to resolve :ref:Takeshi KOMIYA2020-11-033-0/+15
| |/ /
* | | Merge branch '3.x'Takeshi KOMIYA2020-11-024-15/+170
|\ \ \ | |/ /
| * | Merge branch '3.2.x' into 3.xTakeshi KOMIYA2020-11-012-8/+8
| |\ \ | | |/ | |/|
| | * C, C++, improve warnings on duplicatesJakob Lykke Andersen2020-10-242-8/+8
| * | Merge pull request #8050 from keewis/preprocess-other-sectionsTakeshi KOMIYA2020-10-301-5/+83
| |\ \
| | * | enable preprocessing in the testsKeewis2020-08-181-2/+3
| | * | Merge branch '3.x' into preprocess-other-sectionsKeewis2020-08-187-41/+174
| | |\ \
| | * \ \ Merge branch '3.x' into preprocess-other-sectionsKeewis2020-08-073-49/+114
| | |\ \ \
| | * | | | make sure the roles are stripped from invalid names, tooKeewis2020-08-061-1/+19
| | * | | | Merge branch '3.x' into preprocess-other-sectionsKeewis2020-08-041-2/+36
| | |\ \ \ \
| | * | | | | expect the normal raises and yields to be preprocessed, tooKeewis2020-08-041-4/+4
| | * | | | | move the GoogleDocstring test to the appropriate test classKeewis2020-08-041-16/+16
| | * | | | | move the return types and yield types tests to above the raises testKeewis2020-08-041-36/+45
| | * | | | | move the translations to a named variableKeewis2020-08-041-6/+5
| | * | | | | add test for the raises, yields and returns sectionsKeewis2020-08-041-1/+52
| * | | | | | Merge pull request #8051 from keewis/fix-see_alsoTakeshi KOMIYA2020-10-301-2/+31
| |\ \ \ \ \ \
| | * | | | | | always use :obj: instead of searching the inventoryKeewis2020-08-071-28/+3
| | * | | | | | translate the functions before attempting to find a matching roleKeewis2020-08-061-0/+32
| | * | | | | | fix the tests by falling back to a empty dict on AttributeErrorKeewis2020-08-041-0/+22
| | |/ / / / /
| * | | | | | Merge branch '3.x' into 7785_autodoc_typehints_none_for_overloadsTakeshi KOMIYA2020-10-282-0/+12
| |\ \ \ \ \ \
| * | | | | | | Fix #7785: autodoc_typehints=none does not effect to overloadsTakeshi KOMIYA2020-10-241-0/+48
* | | | | | | | Merge pull request #8284 from tk0miya/7996_man_make_section_directory_by_defaultTakeshi KOMIYA2020-10-282-8/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Close #7996: manpage: Make a section directory on build manpage by defaultTakeshi KOMIYA2020-10-282-8/+8
* | | | | | | | | Merge branch '3.x' into masterTakeshi KOMIYA2020-10-285-4/+16
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | / / / / / / | | |/ / / / / / | |/| | | | | |
| * | | | | | | autodoc: Add test for single-string __slots__Matthias Geier2020-10-252-0/+12
| |/ / / / / /
| * | | | | | Merge pull request #8295 from tk0miya/refactor_rootTakeshi KOMIYA2020-10-243-4/+4
| |\ \ \ \ \ \
| | * | | | | | refactor: Remove rst_epilog from test-root/conf.pyTakeshi KOMIYA2020-10-063-4/+4
* | | | | | | | Merge branch '3.x'Takeshi KOMIYA2020-10-247-13/+117
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge pull request #8303 from larsoner/tupleTakeshi KOMIYA2020-10-241-1/+9
| |\ \ \ \ \ \ \
| | * | | | | | | TST: Add testEric Larson2020-10-071-1/+9
| | |/ / / / / /
| * | | | | | | Merge branch '3.x' into 3.2.x_to_3.xTakeshi KOMIYA2020-10-2426-37/+309
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | / | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Merge pull request #8283 from tk0miya/7786_overloads_in_other_fileTakeshi KOMIYA2020-10-062-0/+21
| | |\ \ \ \ \
| | | * | | | | Fix #7786: autodoc: can't detect overloaded methods defined in other fileTakeshi KOMIYA2020-10-052-0/+21
| | * | | | | | Fix #8255: py domain: number in defarg is changed to decimalTakeshi KOMIYA2020-10-051-0/+13
| | * | | | | | pycode: ast.unparse() construct number literals using source codeTakeshi KOMIYA2020-10-051-5/+9
| | |/ / / / /
| * | | | | | C, fix links to function parametersJakob Lykke Andersen2020-10-132-0/+39
| * | | | | | C++, properly reject functions as duplicatesJakob Lykke Andersen2020-10-031-0/+15
| * | | | | | C, fix names in get_objects()Jakob Lykke Andersen2020-09-141-7/+11
* | | | | | | Merge branch '3.x' into masterTakeshi KOMIYA2020-10-0418-31/+187
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #8273 from sphinx-doc/7996_man_make_section_directoryTakeshi KOMIYA2020-10-041-0/+7
| |\ \ \ \ \ \
| | * | | | | | Close #7996: manpage: Add man_make_section_directory7996_man_make_section_directoryTakeshi KOMIYA2020-10-031-0/+7
| * | | | | | | Merge pull request #8120 from tk0miya/6640_allow_to_override_system_messageTakeshi KOMIYA2020-10-041-0/+29
| |\ \ \ \ \ \ \
| | * | | | | | | Fix #6640: i18n: Failed to override system message translationTakeshi KOMIYA2020-10-041-0/+29