summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix #7727: autosummary raises PycodeError for namespace python package7727_autosummary_PycodeErrorTakeshi KOMIYA2020-11-092-1/+3
* Update CHANGESJakob Lykke Andersen2020-11-071-0/+2
* domains: c: fix use of unitialized variableFabio Utzig2020-11-071-0/+1
* Merge pull request #8373 from tk0miya/update_release_checklistTakeshi KOMIYA2020-11-051-4/+4
|\
| * Check GitHub Actions before packagingTakeshi KOMIYA2020-11-051-4/+4
|/
* Merge pull request #8371 from tk0miya/do_npm_test_on_ghaTakeshi KOMIYA2020-11-052-11/+21
|\
| * test: Do "npm test" on GitHub ActionsTakeshi KOMIYA2020-11-052-11/+21
|/
* Merge pull request #8369 from tk0miya/do_coverage_on_ghaTakeshi KOMIYA2020-11-053-31/+17
|\
| * tox.ini: Clean upTakeshi KOMIYA2020-11-051-23/+5
| * tox.ini: Do not override $PYTEST_ADDOPTS forcedlyTakeshi KOMIYA2020-11-051-1/+1
| * test: Send test-coverage data from GitHub ActionTakeshi KOMIYA2020-11-052-7/+11
|/
* 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
* 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
| * | | | | | | | ignore the mypy error on possibly failing attribute lookupKeewis2020-08-061-1/+1
| * | | | | | | | fix the tests by falling back to a empty dict on AttributeErrorKeewis2020-08-042-1/+27
| * | | | | | | | search the role for See Also items in the intersphinx inventoryKeewis2020-08-041-0/+24
| |/ / / / / / /
* | | | | | | | Merge pull request #8282 from tk0miya/7785_autodoc_typehints_none_for_overloadsTakeshi KOMIYA2020-10-283-3/+56
|\ \ \ \ \ \ \ \