mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #2968: autodoc: show-inheritance option breaks docstrings
This commit is contained in:
parent
4f318efdfa
commit
83d6ec11ce
1
CHANGES
1
CHANGES
@ -23,6 +23,7 @@ Bugs fixed
|
|||||||
target. Now `code-block` and `literalinclude` does not define hyperlink
|
target. Now `code-block` and `literalinclude` does not define hyperlink
|
||||||
target using its caption automatially.
|
target using its caption automatially.
|
||||||
* #2962: latex: missing label of longtable
|
* #2962: latex: missing label of longtable
|
||||||
|
* #2968: autodoc: show-inheritance option breaks docstrings
|
||||||
|
|
||||||
Release 1.4.6 (released Aug 20, 2016)
|
Release 1.4.6 (released Aug 20, 2016)
|
||||||
=====================================
|
=====================================
|
||||||
|
Binary file not shown.
@ -446,7 +446,7 @@ msgstr "Page de recherche"
|
|||||||
#: sphinx/ext/autodoc.py:1265
|
#: sphinx/ext/autodoc.py:1265
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " Bases: %s"
|
msgid " Bases: %s"
|
||||||
msgstr "Bases: %s"
|
msgstr " Bases: %s"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1318
|
#: sphinx/ext/autodoc.py:1318
|
||||||
#, python-format
|
#, python-format
|
||||||
|
Binary file not shown.
@ -441,7 +441,7 @@ msgstr "Cerca"
|
|||||||
#: sphinx/ext/autodoc.py:1265
|
#: sphinx/ext/autodoc.py:1265
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " Bases: %s"
|
msgid " Bases: %s"
|
||||||
msgstr "Basi: %s"
|
msgstr " Basi: %s"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1318
|
#: sphinx/ext/autodoc.py:1318
|
||||||
#, python-format
|
#, python-format
|
||||||
|
Binary file not shown.
@ -439,7 +439,7 @@ msgstr "पानामा खोज्नुहोस्"
|
|||||||
#: sphinx/ext/autodoc.py:1265
|
#: sphinx/ext/autodoc.py:1265
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " Bases: %s"
|
msgid " Bases: %s"
|
||||||
msgstr "Bases: %s"
|
msgstr " Bases: %s"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1318
|
#: sphinx/ext/autodoc.py:1318
|
||||||
#, python-format
|
#, python-format
|
||||||
|
Binary file not shown.
@ -440,7 +440,7 @@ msgstr "Página de Busca"
|
|||||||
#: sphinx/ext/autodoc.py:1265
|
#: sphinx/ext/autodoc.py:1265
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " Bases: %s"
|
msgid " Bases: %s"
|
||||||
msgstr "Bases: %s"
|
msgstr " Bases: %s"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1318
|
#: sphinx/ext/autodoc.py:1318
|
||||||
#, python-format
|
#, python-format
|
||||||
|
Binary file not shown.
@ -439,7 +439,7 @@ msgstr "Página de Pesquisa"
|
|||||||
#: sphinx/ext/autodoc.py:1265
|
#: sphinx/ext/autodoc.py:1265
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " Bases: %s"
|
msgid " Bases: %s"
|
||||||
msgstr "Bases: %s"
|
msgstr " Bases: %s"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1318
|
#: sphinx/ext/autodoc.py:1318
|
||||||
#, python-format
|
#, python-format
|
||||||
|
Binary file not shown.
@ -439,7 +439,7 @@ msgstr "Pagină de Căutare"
|
|||||||
#: sphinx/ext/autodoc.py:1265
|
#: sphinx/ext/autodoc.py:1265
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " Bases: %s"
|
msgid " Bases: %s"
|
||||||
msgstr "Baze: %s"
|
msgstr " Baze: %s"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1318
|
#: sphinx/ext/autodoc.py:1318
|
||||||
#, python-format
|
#, python-format
|
||||||
|
Binary file not shown.
@ -440,7 +440,7 @@ msgstr "Stránka hľadania"
|
|||||||
#: sphinx/ext/autodoc.py:1265
|
#: sphinx/ext/autodoc.py:1265
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " Bases: %s"
|
msgid " Bases: %s"
|
||||||
msgstr "Základné: %s"
|
msgstr " Základné: %s"
|
||||||
|
|
||||||
#: sphinx/ext/autodoc.py:1318
|
#: sphinx/ext/autodoc.py:1318
|
||||||
#, python-format
|
#, python-format
|
||||||
|
Loading…
Reference in New Issue
Block a user