sphinx-contrib / plantuml

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

PlantUML build deprecation warnings in 1.6.3 #1

Closed jpsenior closed 6 years ago

jpsenior commented 6 years ago

When building projects against sphinxcontrib-plantuml 0.8.1 we get build warning errors

sphinx\util\compat.py:40: RemovedInSphinx17Warning: sphinx.util.compat.Directive is deprecated and will be removed in Sphinx 1.7, please use do
cutils' instead.
  RemovedInSphinx17Warning)

This is from plantuml.py line 23

from sphinx.util.compat import Directive
jpsenior commented 6 years ago

Thanks @yuja