summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Fix a testcaseTakeshi KOMIYA2022-04-041-0/+1
| | | | |
| * | | | Added test caseJames Parkhurst2022-04-043-0/+17
| | | | |
* | | | | Merge branch '5.x' into autodoc_force_undocumented_rtypeTakeshi KOMIYA2022-04-032-0/+67
|\ \ \ \ \
| * | | | | Close #8417: autodoc: :inherited-members: option now takes multiple classesTakeshi KOMIYA2022-04-032-0/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It allows to suppress inherited members of several classes on the module at once by specifying the option to `automodule` directive
* | | | | | Fix a testcaseTakeshi KOMIYA2022-04-031-1/+1
| | | | | |
* | | | | | autodoc_typehints_description_target: Rename ↵Takeshi KOMIYA2022-04-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | returnvalue_and_documented_params to documented_params
* | | | | | Merge branch '5.x' into autodoc_force_undocumented_rtypeTakeshi KOMIYA2022-04-03131-1298/+1507
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #10323 from tk0miya/10318_literalinclude_prepend_and_dedentTakeshi KOMIYA2022-04-031-0/+13
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix #10318: literalinclude: :prepend: option working with :dedent:
| | * | | | | Fix #10318: literalinclude: :prepend: option working with :dedent:Takeshi KOMIYA2022-04-021-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It will always be warned because prepending is processed before dedenting. This changes the order of processing options.
| * | | | | | Merge pull request #10321 from ↵Takeshi KOMIYA2022-04-032-4/+10
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tk0miya/10266_autodoc_preserve_defaults_crashes_on_kwonlyargs_without_defaults Fix #10266: autodoc_preserve_defaults crashes on kwonlyargs w/o defaults
| | * \ \ \ \ \ Merge branch '5.x' into ↵Takeshi KOMIYA2022-04-032-10/+16
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 10266_autodoc_preserve_defaults_crashes_on_kwonlyargs_without_defaults
| | * | | | | | | Fix #10266: autodoc_preserve_defaults crashes on kwonlyargs w/o defaultsTakeshi KOMIYA2022-04-022-4/+10
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge pull request #10313 from ↵Takeshi KOMIYA2022-04-031-0/+6
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | GutiCW/feature-support_mocked_decorator_for_class_methods Support mocked decorator for class methods
| | * | | | | | Extend `test_mock_decorator` for class method.Christian Walch2022-04-011-0/+6
| | | |_|_|/ / | | |/| | | |
| * | | | | | Fix #10280: autodoc_docstring_signature generates needless return typehintTakeshi KOMIYA2022-04-032-10/+16
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Basically, autodoc suppresses return value typehint for class constructors. But it was unexpectedly shown if `autodoc_docstring_signature` is enabled and docstring has multiple signatures.
| * | | | | Merge branch '4.x'Takeshi KOMIYA2022-03-286-9/+105
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge pull request #10178 from stephenfin/issue-10177Takeshi KOMIYA2022-03-271-9/+0
| | |\ \ \ \ | | | | | | | | | | | | | | Revert "Close #9993: std domain: Allow to refer an inline target via ref role"
| | | * | | | Revert "Close #9993: std domain: Allow to refer an inline target via ref role"Stephen Finucane2022-02-081-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e3ee8b378a37958f48d97d74a5c264f1f02e153e. This is a breaking change that should not have been introduced in a minor release (or arguably at all, given the impact). Signed-off-by: Stephen Finucane <stephen@that.guru> Closes: #10177
| | * | | | | Merge pull request #10107 from Jean-Abou-Samra/intl-warningsTakeshi KOMIYA2022-03-275-0/+105
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Implement #noqa for i18n
| | | * | | | | Close #3985: Implement #noqa for i18nJean Abou Samra2022-02-155-0/+105
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When cross-references in the original paragraph and the translated paragraph do not match, a warning is emitted. It is useful, because it allows to catch mistakes, but it can also be an annoyance since sometimes it is expected that the cross-references will not match. For example, a reference that is repeated in the original text may need to be factored out for good style in the target language. Another example: if the translator needs to translate a universally understood term in the source language into a term that not everyone knows is the translation of this original term, adding a reference to the glossary can be warranted. This allows the translated message to start with '#noqa' in order to disable the warning.
| * | | | | | Merge branch '4.x'Takeshi KOMIYA2022-03-275-23/+31
| |\ \ \ \ \ \ | | |/ / / / / | | | | / / / | | |_|/ / / | |/| | | |
| | * | | | extlinks: Disable hardcoded links detector by default (refs: #10126)Takeshi KOMIYA2022-03-273-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The hardcoded links detector added since 4.4.0 causes troubles in many projects. Therefore, this disables it by default, and adds a new configuration `extlinks_detect_hardcoded_links` to enable it explicitly.
| | * | | | Include trailing / in PEP URL to avoid 301 redirectHugo van Kemenade2022-03-242-6/+6
| | | | | |
| | * | | | test: Fix test_markup does not use default settings for docutilsTakeshi KOMIYA2022-03-191-21/+20
| | | | | |
| * | | | | Replace `jssplitter` with JavaScriptAdam Turner2022-03-191-0/+30
| | | | | |
| * | | | | Merge branch '4.x'Takeshi KOMIYA2022-03-19103-911/+141
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | |
| | * | | Merge branch '4.4.x' into 4.xTakeshi KOMIYA2022-03-191-4/+14
| | |\ \ \
| | | * | | test: empty tuple type is now repesented w/o args since py3.11Takeshi KOMIYA2022-03-191-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | refs: https://github.com/python/cpython/commit/15df8f8d89a0e563bdd15e4cd6734298736a5a1d
| | * | | | environment: Update default value for pep_base_urlMichal Čihař2022-03-162-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This matches docutils change in https://sourceforge.net/p/docutils/code/9045/ Fixes #10253
| | * | | | Merge pull request #10212 from AA-Turner/remove-module-docstring-titlesTakeshi KOMIYA2022-03-14103-901/+116
| | |\ \ \ \ | | | | | | | | | | | | | | Remove module docstring titles
| | | * | | | Fix whitespaceAdam Turner2022-03-073-9/+3
| | | | | | |
| | | * | | | Collapse single line docstringsAdam Turner2022-02-2088-176/+88
| | | | | | |
| | | * | | | Remove copyright and licence fieldsAdam Turner2022-02-20100-304/+0
| | | | | | |
| | | * | | | Conform to PEP 257 summary line conventionsAdam Turner2022-02-2011-22/+34
| | | | | | |
| | | * | | | Fix module docstring indentationAdam Turner2022-02-20100-209/+209
| | | | | | |
| | | * | | | Fix module docstring first lineAdam Turner2022-02-2099-198/+99
| | | | | | |
| | | * | | | Remove module titles in docstringsAdam Turner2022-02-19100-300/+0
| | | | | | |
| | * | | | | C++, minor formattingJakob Lykke Andersen2022-03-121-2/+1
| | | | | | |
| | * | | | | Update tests/test_domain_cpp.pyJeremy Maitin-Shepard2022-03-111-2/+1
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Jakob Lykke Andersen <jakobandersen@users.noreply.github.com>
| | * | | | | Update tests/test_domain_cpp.pyJeremy Maitin-Shepard2022-03-111-2/+1
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Jakob Lykke Andersen <jakobandersen@users.noreply.github.com>
| | * | | | | Update tests/test_domain_cpp.pyJeremy Maitin-Shepard2022-03-111-2/+1
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Jakob Lykke Andersen <jakobandersen@users.noreply.github.com>
| | * | | | | [C++] Support attributes on class and union and improve formattingJeremy Maitin-Shepard2022-03-101-0/+9
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch '4.x'Takeshi KOMIYA2022-03-033-5/+26
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '4.4.x' into 4.xTakeshi KOMIYA2022-03-032-5/+24
| | |\ \ \ \ | | | |/ / / | | |/| / / | | | |/ /
| | | * | test: Follow the new behavior of typing.get_type_hints() since py311Takeshi KOMIYA2022-03-032-5/+24
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | Since python-3.11, `typing.get_type_hints()` will not add Optional[t] to type annotations even if a default value for function argument is None. refs: https://github.com/python/cpython/pull/30304 (bpo-46195)
| | * | Fix #10175: LaTeX: named footnote ref is linked to an incorrect footnoteTakeshi KOMIYA2022-02-131-0/+2
| | | | | | | | | | | | | | | | | | | | A named footnote reference will be converted to a hyperlink to an incorrect footnote if the name is also used in the different document.
| * | | Merge branch '4.x'Takeshi KOMIYA2022-02-197-87/+175
| |\ \ \ | | |/ /
| | * | Merge pull request #10189 from tk0miya/https_pep_roleTakeshi KOMIYA2022-02-131-7/+8
| | |\ \ | | | | | | | | | | The latest docutils converts :pep: role to the "https" URL (again)
| | | * | The latest docutils converts :pep: role to the "https" URL (again)Takeshi KOMIYA2022-02-131-7/+8
| | | | | | | | | | | | | | | | | | | | docutils-0.19 (unreleased) generates "https" URL from :pep: role.
| | * | | Merge pull request #10185 from tk0miya/10181_napoleon_use_ivar_corruptedTakeshi KOMIYA2022-02-131-0/+16
| | |\ \ \ | | | | | | | | | | | | Fix #10181: napoleon_use_ivar adds unexpected prefix to vars