mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user