#9361 [ipasphinx] deprecated sphinx.util.progress_message
Closed: fixed by frenaud. Opened 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

master:

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

ipa-4-10:

  • 3d787c2107ca10de15602afc757fc9b24fdd89bf 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)

ipa-4-9:

  • d1b9242a4b7b6f2cd7b8a1115008b80573125384 Read The Docs: use ubuntu-24.04 instead of ubuntu-20.04
  • 5d9f92eedbb8891666e2c25842cf1bdedb495280 Doc: remove the constraint on docutils version
  • 0a55ad8a07766fef2a95635d39aa00ab3f06bfdf Sphinx doc: skip pkg_resources import
  • 2971c6a4ff96bd73567f3d7a63b72c54407d7869 ipasphinx: Correct import of progress_message for Sphinx 6.1.0+
Metadata