Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #7727: autosummary raises PycodeError for namespace python package7727_autosummary_PycodeError | Takeshi KOMIYA | 2020-11-09 | 2 | -1/+3 |
| | |||||
* | Update CHANGES | Jakob Lykke Andersen | 2020-11-07 | 1 | -0/+2 |
| | |||||
* | domains: c: fix use of unitialized variable | Fabio Utzig | 2020-11-07 | 1 | -0/+1 |
| | | | | | | | | _fill_empty was not updating the state with the value of line, so in recursive calls it would fail the assert checking for its own initialization. Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no> | ||||
* | Merge pull request #8373 from tk0miya/update_release_checklist | Takeshi KOMIYA | 2020-11-05 | 1 | -4/+4 |
|\ | | | | | Update release checklist | ||||
| * | Check GitHub Actions before packaging | Takeshi KOMIYA | 2020-11-05 | 1 | -4/+4 |
|/ | |||||
* | Merge pull request #8371 from tk0miya/do_npm_test_on_gha | Takeshi KOMIYA | 2020-11-05 | 2 | -11/+21 |
|\ | | | | | test: Do "npm test" on GitHub Actions | ||||
| * | test: Do "npm test" on GitHub Actions | Takeshi KOMIYA | 2020-11-05 | 2 | -11/+21 |
|/ | |||||
* | Merge pull request #8369 from tk0miya/do_coverage_on_gha | Takeshi KOMIYA | 2020-11-05 | 3 | -31/+17 |
|\ | | | | | test: Send test-coverage data from GitHub Action | ||||
| * | tox.ini: Clean up | Takeshi KOMIYA | 2020-11-05 | 1 | -23/+5 |
| | | |||||
| * | tox.ini: Do not override $PYTEST_ADDOPTS forcedly | Takeshi KOMIYA | 2020-11-05 | 1 | -1/+1 |
| | | |||||
| * | test: Send test-coverage data from GitHub Action | Takeshi KOMIYA | 2020-11-05 | 2 | -7/+11 |
|/ | |||||
* | Merge pull request #8367 from tk0miya/do_test_for_py35_in_gha | Takeshi KOMIYA | 2020-11-05 | 4 | -27/+43 |
|\ | | | | | Do testing with python3.5 at GitHub Actions | ||||
| * | Do testing with python3.5 at GitHub Actions | Takeshi KOMIYA | 2020-11-04 | 2 | -4/+4 |
| | | |||||
| * | Fix testcases for singledispatch are sometimes failed | Takeshi KOMIYA | 2020-11-04 | 2 | -23/+39 |
|/ | | | | | | They are sometimes failed with python3.5 because the order of singledispatch functions is not stable on python 3.5. This uses comparision via "in" keyword to check the signature of singledispatch functions stably. | ||||
* | Do testing at GitHub Actions | Takeshi KOMIYA | 2020-11-04 | 2 | -8/+31 |
| | |||||
* | Bump version | Takeshi KOMIYA | 2020-11-02 | 2 | -3/+24 |
| | |||||
* | Bump to 3.3.0 finalv3.3.0 | Takeshi KOMIYA | 2020-11-02 | 2 | -13/+4 |
| | |||||
* | Merge CHANGES of 3.2.2 into 3.0.0 | Takeshi KOMIYA | 2020-11-02 | 1 | -29/+8 |
| | |||||
* | Merge branch '3.2.x' into 3.x | Takeshi KOMIYA | 2020-11-01 | 6 | -77/+103 |
|\ | |||||
| * | Merge pull request #8323 from TheTripleV/patch-13.2.x | Takeshi KOMIYA | 2020-10-25 | 1 | -0/+1 |
| |\ | | | | | | | Linkcheck: Fix broken url not reporting error | ||||
| | * | Fix broken url not reporting error | Vasista Vovveti | 2020-10-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | Some links are printed as broken but do not error out the build. This issue appeared when include `tel:` links in our build. | ||||
| * | | Merge pull request #8312 from jakobandersen/c_cpp_better_warnings | Jakob Lykke Andersen | 2020-10-24 | 5 | -77/+102 |
| |\ \ | | | | | | | | | C and C++, better warnings on duplicate declarations | ||||
| | * | | C, C++, improve warnings on duplicates | Jakob Lykke Andersen | 2020-10-24 | 5 | -77/+102 |
| |/ / | |||||
* | | | Update CHANGES for PR #8183 | Takeshi KOMIYA | 2020-11-01 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #8354 from tk0miya/8183 | Takeshi KOMIYA | 2020-11-01 | 4 | -14/+27 |
|\ \ \ | | | | | | | | | Don't remove substitution_reference nodes (refined) | ||||
| * \ \ | Merge branch '3.x' into 8183 | Takeshi KOMIYA | 2020-11-01 | 173 | -801/+1500 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Merge pull request #8351 from sphinx-doc/cleanup_napoleon | Takeshi KOMIYA | 2020-11-01 | 1 | -23/+3 |
|\ \ \ \ | | | | | | | | | | | Cleanup napoleon | ||||
| * | | | | napoleon: simplify seealso transformationcleanup_napoleon | Takeshi KOMIYA | 2020-10-30 | 1 | -4/+3 |
| | | | | | |||||
| * | | | | napoleon: Remove unused function | Takeshi KOMIYA | 2020-10-30 | 1 | -19/+0 |
| | | | | | |||||
* | | | | | Update CHANGES for PR #8050 | Takeshi KOMIYA | 2020-10-30 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Merge pull request #8050 from keewis/preprocess-other-sections | Takeshi KOMIYA | 2020-10-30 | 2 | -7/+90 |
|\ \ \ \ \ | |/ / / / |/| | | | | Preprocess other sections | ||||
| * | | | | enable preprocessing in the tests | Keewis | 2020-08-18 | 1 | -2/+3 |
| | | | | | |||||
| * | | | | Merge branch '3.x' into preprocess-other-sections | Keewis | 2020-08-18 | 32 | -426/+417 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch '3.x' into preprocess-other-sections | Keewis | 2020-08-07 | 19 | -96/+208 |
| |\ \ \ \ \ | |||||
| * | | | | | | make sure the roles are stripped from invalid names, too | Keewis | 2020-08-06 | 2 | -1/+22 |
| | | | | | | | |||||
| * | | | | | | Merge branch '3.x' into preprocess-other-sections | Keewis | 2020-08-04 | 2 | -9/+68 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | expect the normal raises and yields to be preprocessed, too | Keewis | 2020-08-04 | 1 | -4/+4 |
| | | | | | | | | |||||
| * | | | | | | | move the GoogleDocstring test to the appropriate test class | Keewis | 2020-08-04 | 1 | -16/+16 |
| | | | | | | | | |||||
| * | | | | | | | move the return types and yield types tests to above the raises test | Keewis | 2020-08-04 | 1 | -36/+45 |
| | | | | | | | | |||||
| * | | | | | | | move the translations to a named variable | Keewis | 2020-08-04 | 1 | -6/+5 |
| | | | | | | | | |||||
| * | | | | | | | add test for the raises, yields and returns sections | Keewis | 2020-08-04 | 1 | -1/+52 |
| | | | | | | | | |||||
| * | | | | | | | apply the type preprocessor only after the check for prefer_type | Keewis | 2020-08-04 | 1 | -2/+4 |
| | | | | | | | | |||||
* | | | | | | | | Update CHANGES for PR #8051 | Takeshi KOMIYA | 2020-10-30 | 1 | -0/+1 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #8051 from keewis/fix-see_also | Takeshi KOMIYA | 2020-10-30 | 2 | -27/+74 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | use the obj role for all See Also items | ||||
| * | | | | | | | | always use :obj: instead of searching the inventory | Keewis | 2020-08-07 | 2 | -62/+5 |
| | | | | | | | | | |||||
| * | | | | | | | | translate the functions before attempting to find a matching role | Keewis | 2020-08-06 | 2 | -0/+54 |
| | | | | | | | | | |||||
| * | | | | | | | | ignore the mypy error on possibly failing attribute lookup | Keewis | 2020-08-06 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | fix the tests by falling back to a empty dict on AttributeError | Keewis | 2020-08-04 | 2 | -1/+27 |
| | | | | | | | | | |||||
| * | | | | | | | | search the role for See Also items in the intersphinx inventory | Keewis | 2020-08-04 | 1 | -0/+24 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #8282 from tk0miya/7785_autodoc_typehints_none_for_overloads | Takeshi KOMIYA | 2020-10-28 | 3 | -3/+56 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix #7785: autodoc_typehints=none does not effect to overloads |