diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-01-08 01:37:53 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-01-08 01:37:53 +0900 |
| commit | af2a3c0ddeb2f81c8f685e4d266adefc749a2642 (patch) | |
| tree | f4b5f634fcc3e2315bf5eedaceed11a16ba0ff14 /doc/extdev | |
| parent | 92a204284b98510b3bfdd2a6391e9855c564a6a0 (diff) | |
| parent | 8e1cbd24c61934df7eb426aad0dc48830789b096 (diff) | |
| download | sphinx-git-af2a3c0ddeb2f81c8f685e4d266adefc749a2642.tar.gz | |
Merge branch '2.0'
Diffstat (limited to 'doc/extdev')
| -rw-r--r-- | doc/extdev/deprecated.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/extdev/deprecated.rst b/doc/extdev/deprecated.rst index 3deac657d..d91ea9308 100644 --- a/doc/extdev/deprecated.rst +++ b/doc/extdev/deprecated.rst @@ -41,6 +41,11 @@ The following is a list of deprecated interfaces. - 4.0 - ``sphinx.domains.index.IndexDirective`` + * - ``sphinx.environment.temp_data['gloss_entries']`` + - 2.4 + - 4.0 + - ``documents.nameids`` + * - ``sphinx.environment.BuildEnvironment.indexentries`` - 2.4 - 4.0 @@ -81,6 +86,21 @@ The following is a list of deprecated interfaces. - 4.0 - N/A + * - ``sphinx.util.inspect.Signature.format_annotation()`` + - 2.4 + - 4.0 + - ``sphinx.util.typing.stringify()`` + + * - ``sphinx.util.inspect.Signature.format_annotation_new()`` + - 2.4 + - 4.0 + - ``sphinx.util.typing.stringify()`` + + * - ``sphinx.util.inspect.Signature.format_annotation_old()`` + - 2.4 + - 4.0 + - ``sphinx.util.typing.stringify()`` + * - ``sphinx.builders.gettext.POHEADER`` - 2.3 - 4.0 |
