8 buildPythonPackage rec {
9 pname = "sphinxcontrib-plantuml";
13 inherit pname version;
14 sha256 = "98b9f02282907b0c5b7a93a446c4649909aaf5785d2da0dd263c8ad68e00e288";
20 propagatedBuildInputs = [ sphinx plantuml ];
23 description = "Provides a Sphinx domain for embedding UML diagram with PlantUML";
24 homepage = "https://github.com/sphinx-contrib/plantuml/";
25 license = with licenses; [ bsd2 ];