summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.x' into 4606_incorrect_location_of_docstring4606_incorrect_location_of_docstringTakeshi KOMIYA2020-11-058-35/+149
|\
| * Update CHANGES for PR #8355Takeshi KOMIYA2020-11-051-2/+2
| * Merge pull request #8355 from sphinx-doc/7613_class__signature__Takeshi KOMIYA2020-11-055-1/+77
| |\
| | * Update CHANGES for PR #83557613_class__signature__Takeshi KOMIYA2020-11-031-1/+2
| | * Merge branch '3.x' into 7613_class__signature__Takeshi KOMIYA2020-11-0315-114/+197
| | |\
| | * | Fix #7613: autodoc: autodoc does not respect __signature__ of the classTakeshi KOMIYA2020-11-015-1/+76
| * | | Merge branch '3.3.x' into 3.xTakeshi KOMIYA2020-11-054-27/+43
| |\ \ \
| | * \ \ Merge pull request #8367 from tk0miya/do_test_for_py35_in_ghaTakeshi KOMIYA2020-11-054-27/+43
| | |\ \ \
| | | * | | Do testing with python3.5 at GitHub ActionsTakeshi KOMIYA2020-11-042-4/+4
| | | * | | Fix testcases for singledispatch are sometimes failedTakeshi KOMIYA2020-11-042-23/+39
| | |/ / /
| | * | | Do testing at GitHub ActionsTakeshi KOMIYA2020-11-042-8/+31
| * | | | Merge pull request #8366 from tk0miya/do_test_in_ghaTakeshi KOMIYA2020-11-042-8/+31
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Do testing at GitHub ActionsTakeshi KOMIYA2020-11-042-8/+31
| | |/ /
* | | | Fix #4606: autodoc: the location of the warning is incorrect for inherited me...Takeshi KOMIYA2020-11-042-2/+13
|/ / /
* | | Merge pull request #8359 from sphinx-doc/8349_sphinx-contribTakeshi KOMIYA2020-11-031-3/+3
|\ \ \
| * | | doc: Update sphinx-contrib repos' URL (refs: #8349)8349_sphinx-contribTakeshi KOMIYA2020-11-031-3/+3
| |/ /
* | | Merge pull request #8075 from tk0miya/6914_detailed_warning_for_missing_refTakeshi KOMIYA2020-11-038-3/+48
|\ \ \
| * | | Fix #6914: Emit a detailed warning when failed to resolve :ref:Takeshi KOMIYA2020-11-038-3/+48
|/ / /
* | | Bump versionTakeshi KOMIYA2020-11-022-3/+24
|/ /
* | Bump versionTakeshi KOMIYA2020-11-022-3/+24
* | Bump to 3.3.0 finalv3.3.0Takeshi KOMIYA2020-11-022-13/+4
* | Merge CHANGES of 3.2.2 into 3.0.0Takeshi KOMIYA2020-11-021-29/+8
* | Merge branch '3.2.x' into 3.xTakeshi KOMIYA2020-11-016-77/+103
|\ \ | |/ |/|
| * Merge pull request #8323 from TheTripleV/patch-13.2.xTakeshi KOMIYA2020-10-251-0/+1
| |\
| | * Fix broken url not reporting errorVasista Vovveti2020-10-201-0/+1
| * | Merge pull request #8312 from jakobandersen/c_cpp_better_warningsJakob Lykke Andersen2020-10-245-77/+102
| |\ \
| | * | C, C++, improve warnings on duplicatesJakob Lykke Andersen2020-10-245-77/+102
| |/ /
* | | Update CHANGES for PR #8183Takeshi KOMIYA2020-11-011-0/+1
* | | Merge pull request #8354 from tk0miya/8183Takeshi KOMIYA2020-11-014-14/+27
|\ \ \
| * \ \ Merge branch '3.x' into 8183Takeshi KOMIYA2020-11-01173-801/+1500
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #8351 from sphinx-doc/cleanup_napoleonTakeshi KOMIYA2020-11-011-23/+3
|\ \ \ \
| * | | | napoleon: simplify seealso transformationcleanup_napoleonTakeshi KOMIYA2020-10-301-4/+3
| * | | | napoleon: Remove unused functionTakeshi KOMIYA2020-10-301-19/+0
* | | | | Update CHANGES for PR #8050Takeshi KOMIYA2020-10-301-0/+1
* | | | | Merge pull request #8050 from keewis/preprocess-other-sectionsTakeshi KOMIYA2020-10-302-7/+90
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | enable preprocessing in the testsKeewis2020-08-181-2/+3
| * | | | Merge branch '3.x' into preprocess-other-sectionsKeewis2020-08-1832-426/+417
| |\ \ \ \
| * \ \ \ \ Merge branch '3.x' into preprocess-other-sectionsKeewis2020-08-0719-96/+208
| |\ \ \ \ \
| * | | | | | make sure the roles are stripped from invalid names, tooKeewis2020-08-062-1/+22
| * | | | | | Merge branch '3.x' into preprocess-other-sectionsKeewis2020-08-042-9/+68
| |\ \ \ \ \ \
| * | | | | | | 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
| * | | | | | | apply the type preprocessor only after the check for prefer_typeKeewis2020-08-041-2/+4
* | | | | | | | Update CHANGES for PR #8051Takeshi KOMIYA2020-10-301-0/+1
* | | | | | | | Merge pull request #8051 from keewis/fix-see_alsoTakeshi KOMIYA2020-10-302-27/+74
|\ \ \ \ \ \ \ \
| * | | | | | | | always use :obj: instead of searching the inventoryKeewis2020-08-072-62/+5
| * | | | | | | | translate the functions before attempting to find a matching roleKeewis2020-08-062-0/+54