Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecation warning during batch processing #87

Conversation

adegroote
Copy link
Contributor

Since Sphinx 6.1, sphinx.util.progress_message is deprecated in favor of sphinx.util.display.progress_message. The former should dissapear in Sphinx 8.0. Adapt the code to use the right API depending the Sphinx version.

Since Sphinx 6.1, sphinx.util.progress_message is deprecated in favor of
sphinx.util.display.progress_message. The former should dissapear in
Sphinx 8.0. Adapt the code to use the right API depending the Sphinx
version.
@yuja
Copy link
Collaborator

yuja commented Jan 17, 2024

Thanks!

@yuja yuja merged commit c35d57d into sphinx-contrib:master Jan 17, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants