mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #7943 from tk0miya/7469_translatable
Fix autosummary: "Module attributes" header is not translatable
This commit is contained in:
commit
61e23abec6
1
CHANGES
1
CHANGES
@ -48,6 +48,7 @@ Bugs fixed
|
|||||||
* #7865: autosummary: Failed to extract summary line when abbreviations found
|
* #7865: autosummary: Failed to extract summary line when abbreviations found
|
||||||
* #7866: autosummary: Failed to extract correct summary line when docstring
|
* #7866: autosummary: Failed to extract correct summary line when docstring
|
||||||
contains a hyperlink target
|
contains a hyperlink target
|
||||||
|
* #7469: autosummary: "Module attributes" header is not translatable
|
||||||
* #7940: apidoc: An extra newline is generated at the end of the rst file if a
|
* #7940: apidoc: An extra newline is generated at the end of the rst file if a
|
||||||
module has submodules
|
module has submodules
|
||||||
* #4258: napoleon: decorated special methods are not shown
|
* #4258: napoleon: decorated special methods are not shown
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
{% block attributes %}
|
{% block attributes %}
|
||||||
{% if attributes %}
|
{% if attributes %}
|
||||||
.. rubric:: Module Attributes
|
.. rubric:: {{ _('Module Attributes') }}
|
||||||
|
|
||||||
.. autosummary::
|
.. autosummary::
|
||||||
{% for item in attributes %}
|
{% for item in attributes %}
|
||||||
|
Loading…
Reference in New Issue
Block a user