Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge pull request #10457 from scVENUS/fix#10456 | Takeshi KOMIYA | 2022-05-22 | 1 | -0/+2 | |
| |\ | | | | | | | closes #10456: test and fix for sphinx.domain.python.filter_meta_fields() | |||||
| | * | Test for issue #10456: removing meta-fields | Anselm Kruis | 2022-05-16 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | Add two meta-fields to an appropriate test case. Currently the test fails, because of bug #10456. The next commit fixes the issue. | |||||
| * | | Fix #9575: autodoc: Return annotation should not be shown | Takeshi KOMIYA | 2022-05-15 | 1 | -3/+0 | |
| |/ | ||||||
* | | Fix #9648: autodoc: *args and **kwargs entries are duplicated | Takeshi KOMIYA | 2022-05-15 | 6 | -0/+72 | |
| | | | | | | | | | | | | | | | | | | In basic usage of autodoc (docstring), `args` and `kwargs` arguments are marked up without stars. But numpydoc style recommends to mark them up with stars. This adds support for starred arguments in docstrings to `autodoc_typehints` feature. | |||||
* | | test: Add *args and **kwargs to testcase of target.typehints | Takeshi KOMIYA | 2022-05-15 | 2 | -11/+29 | |
|/ | ||||||
* | Merge pull request #10427 from ↵ | Takeshi KOMIYA | 2022-05-08 | 2 | -0/+15 | |
|\ | | | | | | | | | tk0miya/10421_autodoc_preserve_defaults_for_classmethod Fix #10421: autodoc_preserve_defaults doesn't work on class methods | |||||
| * | Fix #10421: autodoc_preserve_defaults doesn't work on class methods | Takeshi KOMIYA | 2022-05-08 | 2 | -0/+15 | |
| | | ||||||
* | | Merge pull request #10429 from tk0miya/9974_jquery-3.6.0 | Takeshi KOMIYA | 2022-05-08 | 1 | -1/+1 | |
|\ \ | | | | | | | Close #9974: html: Updated jQuery version from 3.5.1 to 3.6.0 | |||||
| * | | Close #9974: html: Updated jQuery version from 3.5.1 to 3.6.0 | Takeshi KOMIYA | 2022-05-07 | 1 | -1/+1 | |
| |/ | ||||||
* | | Merge pull request #10430 from tk0miya/remove_test_for_jsdump | Takeshi KOMIYA | 2022-05-08 | 1 | -19/+0 | |
|\ \ | | | | | | | test: Remove tests for jsdump module (deprecated) | |||||
| * | | test: Remove tests for jsdump module (deprecated) | Takeshi KOMIYA | 2022-05-08 | 1 | -19/+0 | |
| | | | ||||||
* | | | Fix #10434: extra whitespace in pdf output for highlighted inline code | jfbu | 2022-05-08 | 1 | -2/+2 | |
| | | | | | | | | | | | | Related: #10251 | |||||
* | | | test: Prepend "~typing" to the result of autodata | Takeshi KOMIYA | 2022-05-08 | 1 | -2/+2 | |
| | | | | | | | | | | | | The default setting has been changed since 5.0. | |||||
* | | | Merge remote-tracking branch 'origin/5.x' into HEAD | Takeshi KOMIYA | 2022-05-07 | 63 | -608/+750 | |
|\ \ \ | |/ / | ||||||
| * | | Fix an isort warning | Takeshi KOMIYA | 2022-05-07 | 1 | -0/+1 | |
| | | | ||||||
| * | | Merge branch '5.x' into 10258_autosummary | Takeshi KOMIYA | 2022-05-07 | 122 | -1561/+1291 | |
| |\ \ | | |/ | ||||||
| | * | Merge branch '4.x' into 5.x | Takeshi KOMIYA | 2022-05-06 | 4 | -0/+60 | |
| | |\ | ||||||
| | | * | Merge pull request #10251 from jbms/fix-inline-syntax-highlight | Takeshi KOMIYA | 2022-05-06 | 4 | -0/+60 | |
| | | |\ | | | | | | | | | | | Make code role highlighting consistent with code-block directive | |||||
| | | | * | Make code role highlighting consistent with code-block directive | Jeremy Maitin-Shepard | 2022-03-19 | 4 | -0/+60 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/sphinx-doc/sphinx/issues/5157 This is factored out of the sphinx-immaterial theme: https://github.com/jbms/sphinx-immaterial/blob/1ef121a612d4f5afc2a9ca9c4e3f20fca89065e8/sphinx_immaterial/inlinesyntaxhighlight.py#L1 See also: https://github.com/sphinx-doc/sphinx/pull/6916 | |||||
| | * | | | Merge pull request #10361 from AA-Turner/split-coverage | Takeshi KOMIYA | 2022-05-03 | 2 | -13/+5 | |
| | |\ \ \ | | | | | | | | | | | | | Only test with coverage on pushes to `sphinx-doc/sphinx` | |||||
| | | * | | | Refactor | Adam Turner | 2022-05-02 | 1 | -6/+4 | |
| | | | | | | ||||||
| | | * | | | Remove always-false branches | Adam Turner | 2022-05-02 | 2 | -8/+2 | |
| | | | | | | ||||||
| | * | | | | Merge pull request #10353 from tk0miya/10305_optional_forwardref_annotations | Takeshi KOMIYA | 2022-05-03 | 3 | -2/+29 | |
| | |\ \ \ \ | | | |/ / / | | |/| | | | Fix #10305: autodoc: Failed to extract optional forwardrefs | |||||
| | | * | | | Fix #10305: autodoc: Failed to extract optional forwardrefs | Takeshi KOMIYA | 2022-04-17 | 3 | -2/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Autodoc fails to extract optional forwardrefs (ex. `Optional[MyClass]`) even if `MyClass` is declared in `autodoc_type_aliases`. | |||||
| | * | | | | Merge pull request #10411 from tk0miya/10384_skip_tests_for_imgconverter | Takeshi KOMIYA | 2022-05-03 | 1 | -2/+16 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | Fix #10384: test: Skip tests for imgconvert if imagemagick not found | |||||
| | | * | | | | Fix #10384: test: Skip tests for imgconvert if imagemagick not found | Takeshi KOMIYA | 2022-05-03 | 1 | -2/+16 | |
| | | |/ / / | ||||||
| | * | | | | Merge branch '5.x' into fix-warnings | Adam Turner | 2022-05-02 | 11 | -65/+85 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # tests/test_search.py | |||||
| | | * | | | | Remove redundant code for Python < 3.6 | Hugo van Kemenade | 2022-05-01 | 5 | -34/+19 | |
| | | | | | | | ||||||
| | | * | | | | Merge pull request #10406 from AA-Turner/apidoc-duplicates | Takeshi KOMIYA | 2022-05-01 | 3 | -0/+29 | |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | Ensure submodules are unique in `sphinx.ext.apidoc` | |||||
| | | | * | | | | Add test for duplicated submodules in `sphinx.ext.apidoc` | Adam Turner | 2022-05-01 | 3 | -0/+29 | |
| | | | | | | | | ||||||
| | | * | | | | | Revert removal of `jsdump` implementation | Adam Turner | 2022-04-30 | 1 | -0/+19 | |
| | | | | | | | | ||||||
| | | * | | | | | Deprecate `sphinx.util.jsdump` | Adam Turner | 2022-04-27 | 2 | -36/+16 | |
| | | |/ / / / | ||||||
| | | * | | | | C and C++, support attribtues on enumerators | Jakob Lykke Andersen | 2022-04-17 | 2 | -4/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes sphinx-doc/sphinx#10341 | |||||
| | | * | | | | C and C++, refactor attribute lists | Jakob Lykke Andersen | 2022-04-17 | 2 | -12/+12 | |
| | | | | | | | ||||||
| | * | | | | | `.write_text(...)` -> `.write_text(..., encoding='utf8')` | Adam Turner | 2022-04-27 | 12 | -56/+65 | |
| | | | | | | | ||||||
| | * | | | | | `.read_text()` -> `.read_text(encoding='utf8')` | Adam Turner | 2022-04-27 | 42 | -363/+363 | |
| | | | | | | | ||||||
| | * | | | | | Review: Use `list` | Adam Turner | 2022-04-24 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Use `Node.findall` | Adam Turner | 2022-04-22 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Use docutils.__version_info__ directly | Adam Turner | 2022-04-22 | 7 | -9/+9 | |
| | | | | | | | ||||||
| | * | | | | | Catch `DeprecationWarning` for `docutils.frontend.OptionParser` | Adam Turner | 2022-04-22 | 3 | -6/+21 | |
| | | | | | | | ||||||
| | * | | | | | Specify encoding | Adam Turner | 2022-04-22 | 5 | -30/+30 | |
| | | | | | | | ||||||
| | * | | | | | Address warnings in test_util_i18n.py | Adam Turner | 2022-04-22 | 1 | -11/+16 | |
| | |/ / / / | ||||||
| | * | | | | C++, simplify assginemnt-expression parsing | Jakob Lykke Andersen | 2022-04-17 | 1 | -1/+3 | |
| | | | | | | ||||||
| | * | | | | C++, use Itanium mangling for conditional expr | Jakob Lykke Andersen | 2022-04-17 | 1 | -2/+2 | |
| | | | | | | ||||||
| | * | | | | [C++] Support conditional operator "?" | Jeremy Maitin-Shepard | 2022-04-17 | 1 | -1/+2 | |
| | | | | | | ||||||
| | * | | | | LaTeX: correct footnote marks, extended with page of link target | jfbu | 2022-04-16 | 1 | -38/+23 | |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #10188 Footnotes in some LaTeX environments (tables, fulllineitems for object descriptions) are gathered and appear after the environment, causing the footnote to possibly appear on a page later than some of the footnote marks referring it. With this commit, the footnote mark compares page numbers and incorporates the destination page number if it turns out to be distinct from the page where it stands. | |||||
| * | | | | Test recognition of a documented instance of a class as a non-imported ↵ | Matyas Novak | 2022-03-14 | 3 | -12/+23 | |
| | | | | | | | | | | | | | | | | | | | | member of the module | |||||
* | | | | | Apply `autodoc_typehints_format` to all type hints | zuqq | 2022-04-08 | 2 | -1/+113 | |
| |/ / / |/| | | | | | | | | | | | Specifically: attributes, data, properties, and type variable bounds. | |||||
* | | | | Merge pull request #10285 from jmp1985/master | Takeshi KOMIYA | 2022-04-05 | 4 | -25/+74 | |
|\ \ \ \ | | | | | | | | | | | Fixed singledispatch documentation | |||||
| * | | | | Fix a testcase for py36 | Takeshi KOMIYA | 2022-04-05 | 2 | -27/+58 | |
| | | | | |