doc: sphinx.util.progress_message is deprecated
As of Sphinx 6.1, sphinx.util.progress_message is deprecated and sphinx.util.display.progress_message should be used instead. See https://www.sphinx-doc.org/en/master/changes.html#id165 Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
76e58af542
commit
a6f8935e4f
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ from sphinx.domains import Domain, ObjType
|
|||
from sphinx.environment import BuildEnvironment
|
||||
from sphinx.errors import ExtensionError
|
||||
from sphinx.roles import XRefRole
|
||||
from sphinx.util import progress_message
|
||||
from sphinx.util.display import progress_message
|
||||
from sphinx.util.docutils import SphinxDirective
|
||||
from sphinx.util.nodes import make_refnode
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue