diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-04-07 21:58:15 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-04-07 22:41:10 +0900 |
| commit | b0b3f5a677162f97f7e0fb62428fa09468b0f23c (patch) | |
| tree | 68187d274406ade9c420d2136588aaa5498aad24 /doc/extdev | |
| parent | fcc964b66f9f5e36c0ea023d24e48072b34dfb7d (diff) | |
| download | sphinx-git-b0b3f5a677162f97f7e0fb62428fa09468b0f23c.tar.gz | |
deprecate PyClassmember class
Diffstat (limited to 'doc/extdev')
| -rw-r--r-- | doc/extdev/deprecated.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/extdev/deprecated.rst b/doc/extdev/deprecated.rst index beeafab08..ffe0bdccb 100644 --- a/doc/extdev/deprecated.rst +++ b/doc/extdev/deprecated.rst @@ -116,6 +116,14 @@ The following is a list of deprecated interfaces. - 4.0 - ``sphinx.directives.other.VersionChange`` + * - ``sphinx.domains.python.PyClassmember`` + - 2.1 + - 4.0 + - ``sphinx.domains.python.PyAttribute``, + ``sphinx.domains.python.PyMethod``, + ``sphinx.domains.python.PyClassMethod`` and + ``sphinx.domains.python.PyStaticMethod`` + * - ``sphinx.domains.std.StandardDomain._resolve_citation_xref()`` - 2.1 - 4.0 |
