sphinx-contrib / plantuml

BSD 2-Clause "Simplified" License
115 stars 42 forks source link

Fix deprecation warning during batch processing #87

Closed adegroote closed 8 months ago

adegroote commented 8 months ago

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 commented 8 months ago

Thanks!