diff options
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 ecfaeb648..f613bc8e8 100644 --- a/doc/extdev/deprecated.rst +++ b/doc/extdev/deprecated.rst @@ -22,6 +22,26 @@ The following is a list of deprecated interfaces. - Removed - Alternatives + * - ``sphinx.util.status_iterator`` + - 6.1 + - 8.0 + - ``sphinx.util.display.status_iterator`` + + * - ``sphinx.util.display_chunk`` + - 6.1 + - 8.0 + - ``sphinx.util.display.display_chunk`` + + * - ``sphinx.util.SkipProgressMessage`` + - 6.1 + - 8.0 + - ``sphinx.util.display.SkipProgressMessage`` + + * - ``sphinx.util.progress_message`` + - 6.1 + - 8.0 + - ``sphinx.util.display.progress_message`` + * - ``sphinx.util.typing.stringify`` - 6.1 - 8.0 |