mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
CHANGES: Merge 4.1.3 (unreleased) to 4.2.0
This commit is contained in:
parent
b67624ec76
commit
2390ce6e1a
30
CHANGES
30
CHANGES
@ -30,6 +30,10 @@ Bugs fixed
|
|||||||
|
|
||||||
* #9608: apidoc: apidoc does not generate a module definition for implicit
|
* #9608: apidoc: apidoc does not generate a module definition for implicit
|
||||||
namespace package
|
namespace package
|
||||||
|
* #9504: autodoc: generate incorrect reference to the parent class if the target
|
||||||
|
class inherites the class having ``_name`` attribute
|
||||||
|
* #9537, #9589: autodoc: Some objects under ``typing`` module are not displayed
|
||||||
|
well with the HEAD of 3.10
|
||||||
* #9487: autodoc: typehint for cached_property is not shown
|
* #9487: autodoc: typehint for cached_property is not shown
|
||||||
* #9509: autodoc: AttributeError is raised on failed resolving typehints
|
* #9509: autodoc: AttributeError is raised on failed resolving typehints
|
||||||
* #9518: autodoc: autodoc_docstring_signature does not effect to ``__init__()``
|
* #9518: autodoc: autodoc_docstring_signature does not effect to ``__init__()``
|
||||||
@ -53,32 +57,6 @@ Bugs fixed
|
|||||||
function pointers.
|
function pointers.
|
||||||
* #9564: smartquotes: don't adjust typography for text with
|
* #9564: smartquotes: don't adjust typography for text with
|
||||||
language-highlighted ``:code:`` role.
|
language-highlighted ``:code:`` role.
|
||||||
|
|
||||||
Testing
|
|
||||||
--------
|
|
||||||
|
|
||||||
Release 4.1.3 (in development)
|
|
||||||
==============================
|
|
||||||
|
|
||||||
Dependencies
|
|
||||||
------------
|
|
||||||
|
|
||||||
Incompatible changes
|
|
||||||
--------------------
|
|
||||||
|
|
||||||
Deprecated
|
|
||||||
----------
|
|
||||||
|
|
||||||
Features added
|
|
||||||
--------------
|
|
||||||
|
|
||||||
Bugs fixed
|
|
||||||
----------
|
|
||||||
|
|
||||||
* #9504: autodoc: generate incorrect reference to the parent class if the target
|
|
||||||
class inherites the class having ``_name`` attribute
|
|
||||||
* #9537, #9589: autodoc: Some objects under ``typing`` module are not displayed
|
|
||||||
well with the HEAD of 3.10
|
|
||||||
* #9512: sphinx-build: crashed with the HEAD of Python 3.10
|
* #9512: sphinx-build: crashed with the HEAD of Python 3.10
|
||||||
|
|
||||||
Testing
|
Testing
|
||||||
|
Loading…
Reference in New Issue
Block a user