Move console output utilities to `sphinx.util.display`

- Merge `old_status_iterator` into ``status_iterator``.
  ``old_status_iterator`` was deprecated in version 1.6.
This commit is contained in:
Adam Turner
2022-09-09 06:02:51 +01:00
parent 1b887e4c5c
commit 8c5e7013ea
15 changed files with 240 additions and 183 deletions

View File

@@ -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