summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Close #7996: manpage: Add man_make_section_directory7996_man_make_section_directoryTakeshi KOMIYA2020-10-031-0/+7
* Merge pull request #8272 from francoisfreitag/strip_whitespacesTakeshi KOMIYA2020-10-039-30/+30
|\
| * Strip trailing whitespaces and normalize line endingsFrançois Freitag2020-10-039-30/+30
* | Merge pull request #8269 from francoisfreitag/raise-anchorTakeshi KOMIYA2020-10-033-0/+39
|\ \ | |/ |/|
| * Fix #8268: make linkcheck report HTTP errorsFrançois Freitag2020-10-033-0/+39
* | Close #6518: autodoc: Add autodoc_type_aliasesTakeshi KOMIYA2020-10-032-0/+73
|/
* Merge pull request #8142 from jcarrano/typing-generic-signaturesTakeshi KOMIYA2020-10-032-0/+27
|\
| * autodoc: blacklist typing.Generic.__new__Juan Carrano2020-08-211-1/+0
| * autodoc: Test the signature of typing.Generic subclasses.Juan Carrano2020-08-212-0/+28
* | respond to review commentsRobert Cohn2020-10-011-2/+1
* | add parallel to SphinxTestAppRobert Cohn2020-09-301-0/+6
* | Merge branch '3.x' into 8190_autodoc-process-docstring-without_ending_blanklineTakeshi KOMIYA2020-09-213-1/+34
|\ \
| * \ Merge branch '3.x' into 8103_cached_propertyTakeshi KOMIYA2020-09-137-38/+115
| |\ \
| | * \ Merge branch '3.2.x' into 3.xTakeshi KOMIYA2020-09-131-1/+7
| | |\ \ | | | |/ | | |/|
| | | * Fix our test failed with pygments-2.7.0Takeshi KOMIYA2020-09-131-1/+7
| * | | Fix #8103: autodoc: cached_property is not considered as a propertyTakeshi KOMIYA2020-08-132-0/+27
* | | | Fix #8190: autodoc: parse error for docstring w/o ending blank linesTakeshi KOMIYA2020-09-121-1/+2
| |/ / |/| |
* | | Merge tag 'v3.2.1' into 3.xTakeshi KOMIYA2020-08-142-0/+30
|\ \ \ | | |/ | |/|
| * | Merge branch '3.2.x' into 8099_NameError_for_TYPE_CHECKINGTakeshi KOMIYA2020-08-142-8/+8
| |\ \
| * | | Fix #8099: autodoc: NameError is raised when script uses TYPE_CHECKINGTakeshi KOMIYA2020-08-132-0/+30
* | | | Merge branch '3.2.x' into 3.xTakeshi KOMIYA2020-08-143-37/+60
|\ \ \ \ | | |/ / | |/| |
| * | | C and C++, parsing function attributesJakob Lykke Andersen2020-08-132-8/+7
| * | | C++, fix template template parameter parsingJakob Lykke Andersen2020-08-131-0/+1
| |/ /
| * | default to False and update the testsKeewis2020-08-121-29/+31
| * | only preprocess if the preprocessor is enabledKeewis2020-08-101-0/+21
| |/
* | Merge pull request #8058 from nijel/single-domainTakeshi KOMIYA2020-08-141-0/+18
|\ \ | |/ |/|
| * i18n: Add support for having single text domainMichal Čihař2020-08-071-0/+18
* | Fix #8041: autodoc: An ivar on super class is not shown unexpectedlyTakeshi KOMIYA2020-08-082-7/+43
* | Fix #7780: napoleon: multiple params declaration was wrongly recognizedTakeshi KOMIYA2020-08-071-0/+26
* | napoleon: Fix a broken test (refs: #8049)Takeshi KOMIYA2020-08-071-1/+1
* | Merge pull request #8049 from keewis/type-preprocessing-without-use_paramTakeshi KOMIYA2020-08-071-48/+48
|\ \ | |/ |/|
| * preprocess even with napoleon_use_param = FalseKeewis2020-08-041-48/+48
* | Merge pull request #7799 from keewis/escape-combined-args-kwargsTakeshi KOMIYA2020-08-061-0/+34
|\ \
| * | remove the syntax checks from the escape method and update the testsKeewis2020-08-051-22/+9
| * | Merge branch '3.x' into escape-combined-args-kwargsKeewis2020-08-0413-38/+162
| |\ \
| * \ \ Merge branch '3.x' into escape-combined-args-kwargsKeewis2020-07-2543-103/+674
| |\ \ \
| * | | | add tests to make sure the warning is raisedKeewis2020-07-131-0/+45
| * | | | add a test for combined args and kwargsKeewis2020-06-081-0/+17
* | | | | Merge pull request #8025 from tk0miya/6698_no-trim-flagsTakeshi KOMIYA2020-08-062-1/+32
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Close #6698: doctest: Add :no-trim-doctest-flags: optionsTakeshi KOMIYA2020-08-052-1/+32
| | |_|/ | |/| |
* | | | Merge pull request #8021 from keewis/fix-type-preprocessorTakeshi KOMIYA2020-08-051-18/+52
|\ \ \ \ | |/ / / |/| | |
| * | | make sure strings are not split using other delimitersKeewis2020-08-041-0/+2
| * | | check that a "default <obj>" notation works with xrefsKeewis2020-08-041-0/+2
| * | | check that floats and complex numbers are detected as literalsKeewis2020-08-011-0/+2
| * | | use a regex to decide whether to postprocess a token starting with defaultKeewis2020-08-011-0/+2
| * | | Merge branch '3.x' into fix-type-preprocessorKeewis2020-08-011-0/+14
| |\ \ \
| * | | | properly link ... to EllipsisKeewis2020-07-311-2/+6
| * | | | add tests for referencing ellipsis objectsKeewis2020-07-291-2/+2
| * | | | add more delimiters so describing mappings becomes possibleKeewis2020-07-291-0/+8
| * | | | make the postprocessing a bit more robust and add testsKeewis2020-07-291-0/+14