#9361 [ipasphinx] deprecated sphinx.util.progress_message
Closed: fixed 2 years ago by frenaud. Opened 2 years ago by slev.

Pylint reports false-negative result for Sphinx 6.1.0+:

************* Module ipasphinx.ipabase
ipasphinx/ipabase.py:10: [E0611(no-name-in-module), ] No name 'progress_message' in module 'sphinx.util')

Actually sphinx.util.progress_message is still available in Sphinx 6.1,
but it's deprecated and will be removed in 8.0:
https://www.sphinx-doc.org/en/master/extdev/deprecated.html#deprecated-apis

Related change:
https://github.com/sphinx-doc/sphinx/commit/8c5e7013ea5f6a50e3cc3130b22205a85ba87fab


Metadata Update from @slev:
- Issue assigned to slev

2 years ago

master:

  • cfc0233 ipasphinx: Correct import of progress_message for Sphinx 6.1.0+

ipa-4-10:

  • 3d787c2 ipasphinx: Correct import of progress_message for Sphinx 6.1.0+

Metadata Update from @frenaud:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

2 years ago

Log in to comment on this ticket.

Metadata