summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge pull request #10457 from scVENUS/fix#10456Takeshi KOMIYA2022-05-221-0/+2
| |\ | | | | | | closes #10456: test and fix for sphinx.domain.python.filter_meta_fields()
| | * Test for issue #10456: removing meta-fieldsAnselm Kruis2022-05-161-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 shownTakeshi KOMIYA2022-05-151-3/+0
| |/
* | Fix #9648: autodoc: *args and **kwargs entries are duplicatedTakeshi KOMIYA2022-05-156-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.typehintsTakeshi KOMIYA2022-05-152-11/+29
|/
* Merge pull request #10427 from ↵Takeshi KOMIYA2022-05-082-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 methodsTakeshi KOMIYA2022-05-082-0/+15
| |
* | Merge pull request #10429 from tk0miya/9974_jquery-3.6.0Takeshi KOMIYA2022-05-081-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.0Takeshi KOMIYA2022-05-071-1/+1
| |/
* | Merge pull request #10430 from tk0miya/remove_test_for_jsdumpTakeshi KOMIYA2022-05-081-19/+0
|\ \ | | | | | | test: Remove tests for jsdump module (deprecated)
| * | test: Remove tests for jsdump module (deprecated)Takeshi KOMIYA2022-05-081-19/+0
| | |
* | | Fix #10434: extra whitespace in pdf output for highlighted inline codejfbu2022-05-081-2/+2
| | | | | | | | | | | | Related: #10251
* | | test: Prepend "~typing" to the result of autodataTakeshi KOMIYA2022-05-081-2/+2
| | | | | | | | | | | | The default setting has been changed since 5.0.
* | | Merge remote-tracking branch 'origin/5.x' into HEADTakeshi KOMIYA2022-05-0763-608/+750
|\ \ \ | |/ /
| * | Fix an isort warningTakeshi KOMIYA2022-05-071-0/+1
| | |
| * | Merge branch '5.x' into 10258_autosummaryTakeshi KOMIYA2022-05-07122-1561/+1291
| |\ \ | | |/
| | * Merge branch '4.x' into 5.xTakeshi KOMIYA2022-05-064-0/+60
| | |\
| | | * Merge pull request #10251 from jbms/fix-inline-syntax-highlightTakeshi KOMIYA2022-05-064-0/+60
| | | |\ | | | | | | | | | | Make code role highlighting consistent with code-block directive
| | | | * Make code role highlighting consistent with code-block directiveJeremy Maitin-Shepard2022-03-194-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-coverageTakeshi KOMIYA2022-05-032-13/+5
| | |\ \ \ | | | | | | | | | | | | Only test with coverage on pushes to `sphinx-doc/sphinx`
| | | * | | RefactorAdam Turner2022-05-021-6/+4
| | | | | |
| | | * | | Remove always-false branchesAdam Turner2022-05-022-8/+2
| | | | | |
| | * | | | Merge pull request #10353 from tk0miya/10305_optional_forwardref_annotationsTakeshi KOMIYA2022-05-033-2/+29
| | |\ \ \ \ | | | |/ / / | | |/| | | Fix #10305: autodoc: Failed to extract optional forwardrefs
| | | * | | Fix #10305: autodoc: Failed to extract optional forwardrefsTakeshi KOMIYA2022-04-173-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_imgconverterTakeshi KOMIYA2022-05-031-2/+16
| | |\ \ \ \ | | | | | | | | | | | | | | Fix #10384: test: Skip tests for imgconvert if imagemagick not found
| | | * | | | Fix #10384: test: Skip tests for imgconvert if imagemagick not foundTakeshi KOMIYA2022-05-031-2/+16
| | | |/ / /
| | * | | | Merge branch '5.x' into fix-warningsAdam Turner2022-05-0211-65/+85
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # tests/test_search.py
| | | * | | | Remove redundant code for Python < 3.6Hugo van Kemenade2022-05-015-34/+19
| | | | | | |
| | | * | | | Merge pull request #10406 from AA-Turner/apidoc-duplicatesTakeshi KOMIYA2022-05-013-0/+29
| | | |\ \ \ \ | | | | | | | | | | | | | | | | Ensure submodules are unique in `sphinx.ext.apidoc`
| | | | * | | | Add test for duplicated submodules in `sphinx.ext.apidoc`Adam Turner2022-05-013-0/+29
| | | | | | | |
| | | * | | | | Revert removal of `jsdump` implementationAdam Turner2022-04-301-0/+19
| | | | | | | |
| | | * | | | | Deprecate `sphinx.util.jsdump`Adam Turner2022-04-272-36/+16
| | | |/ / / /
| | | * | | | C and C++, support attribtues on enumeratorsJakob Lykke Andersen2022-04-172-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes sphinx-doc/sphinx#10341
| | | * | | | C and C++, refactor attribute listsJakob Lykke Andersen2022-04-172-12/+12
| | | | | | |
| | * | | | | `.write_text(...)` -> `.write_text(..., encoding='utf8')`Adam Turner2022-04-2712-56/+65
| | | | | | |
| | * | | | | `.read_text()` -> `.read_text(encoding='utf8')`Adam Turner2022-04-2742-363/+363
| | | | | | |
| | * | | | | Review: Use `list`Adam Turner2022-04-241-1/+1
| | | | | | |
| | * | | | | Use `Node.findall`Adam Turner2022-04-221-1/+1
| | | | | | |
| | * | | | | Use docutils.__version_info__ directlyAdam Turner2022-04-227-9/+9
| | | | | | |
| | * | | | | Catch `DeprecationWarning` for `docutils.frontend.OptionParser`Adam Turner2022-04-223-6/+21
| | | | | | |
| | * | | | | Specify encodingAdam Turner2022-04-225-30/+30
| | | | | | |
| | * | | | | Address warnings in test_util_i18n.pyAdam Turner2022-04-221-11/+16
| | |/ / / /
| | * | | | C++, simplify assginemnt-expression parsingJakob Lykke Andersen2022-04-171-1/+3
| | | | | |
| | * | | | C++, use Itanium mangling for conditional exprJakob Lykke Andersen2022-04-171-2/+2
| | | | | |
| | * | | | [C++] Support conditional operator "?"Jeremy Maitin-Shepard2022-04-171-1/+2
| | | | | |
| | * | | | LaTeX: correct footnote marks, extended with page of link targetjfbu2022-04-161-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 Novak2022-03-143-12/+23
| | | | | | | | | | | | | | | | | | | | member of the module
* | | | | Apply `autodoc_typehints_format` to all type hintszuqq2022-04-082-1/+113
| |/ / / |/| | | | | | | | | | | Specifically: attributes, data, properties, and type variable bounds.
* | | | Merge pull request #10285 from jmp1985/masterTakeshi KOMIYA2022-04-054-25/+74
|\ \ \ \ | | | | | | | | | | Fixed singledispatch documentation
| * | | | Fix a testcase for py36Takeshi KOMIYA2022-04-052-27/+58
| | | | |