| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | |
|
| | | | | |
|
|\ \ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
It allows to suppress inherited members of several classes on the module at
once by specifying the option to `automodule` directive
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
returnvalue_and_documented_params to documented_params
|
|\ \ \ \ \ \
| |/ / / / / |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
Fix #10318: literalinclude: :prepend: option working with :dedent:
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
It will always be warned because prepending is processed before
dedenting. This changes the order of processing options.
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
tk0miya/10266_autodoc_preserve_defaults_crashes_on_kwonlyargs_without_defaults
Fix #10266: autodoc_preserve_defaults crashes on kwonlyargs w/o defaults
|
| | |\ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
10266_autodoc_preserve_defaults_crashes_on_kwonlyargs_without_defaults
|
| | | |/ / / / /
| | |/| | | | | |
|
| |\ \ \ \ \ \ \
| | |_|/ / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
GutiCW/feature-support_mocked_decorator_for_class_methods
Support mocked decorator for class methods
|
| | | |_|_|/ /
| | |/| | | | |
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
| |\ \ \ \ \
| | |/ / / / |
|
| | |\ \ \ \
| | | | | | |
| | | | | | | |
Revert "Close #9993: std domain: Allow to refer an inline target via ref role"
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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
|
| | |\ \ \ \ \
| | | | | | | |
| | | | | | | | |
Implement #noqa for i18n
|
| | | |/ / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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.
|
| |\ \ \ \ \ \
| | |/ / / / /
| | | | / / /
| | |_|/ / /
| |/| | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| |\ \ \ \ \
| | |/ / / /
| | | | / /
| | |_|/ /
| |/| | | |
|
| | |\ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
refs: https://github.com/python/cpython/commit/15df8f8d89a0e563bdd15e4cd6734298736a5a1d
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This matches docutils change in https://sourceforge.net/p/docutils/code/9045/
Fixes #10253
|
| | |\ \ \ \
| | | | | | |
| | | | | | | |
Remove module docstring titles
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | | |
Co-authored-by: Jakob Lykke Andersen <jakobandersen@users.noreply.github.com>
|
| | | | | | |
| | | | | | |
| | | | | | | |
Co-authored-by: Jakob Lykke Andersen <jakobandersen@users.noreply.github.com>
|
| | | | | | |
| | | | | | |
| | | | | | | |
Co-authored-by: Jakob Lykke Andersen <jakobandersen@users.noreply.github.com>
|
| | | |_|_|/
| | |/| | | |
|
| |\ \ \ \ \
| | |/ / / / |
|
| | |\ \ \ \
| | | |/ / /
| | |/| / /
| | | |/ / |
|
| | | |/
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
A named footnote reference will be converted to a hyperlink to an
incorrect footnote if the name is also used in the different document.
|
| |\ \ \
| | |/ / |
|
| | |\ \
| | | | |
| | | | | |
The latest docutils converts :pep: role to the "https" URL (again)
|
| | | | |
| | | | |
| | | | |
| | | | | |
docutils-0.19 (unreleased) generates "https" URL from :pep: role.
|
| | |\ \ \
| | | | | |
| | | | | | |
Fix #10181: napoleon_use_ivar adds unexpected prefix to vars
|