sphinx-pyreverse icon indicating copy to clipboard operation
sphinx-pyreverse copied to clipboard

Simple sphinx wrapper around pyreverse (from pylint suit) to generate UML diagramms from modules.

Results 2 sphinx-pyreverse issues
Sort by recently updated
recently updated
newest added

Hello, images referenced from `.rst` file do work, however images referenced from nested python module do not. https://app.readthedocs.org/projects/hdlconvertorast/builds/24618170/ https://github.com/Nic30/hdlConvertorAst/blob/master/doc/index.rst?plain=1#L15 this does work. https://github.com/Nic30/hdlConvertorAst/blob/master/hdlConvertorAst/hdlAst/__init__.py#L17 this does not ``` hdlConvertorAst/doc$ python3 -m...

Hi, it seems that svg is only possible if PIL is not available. Otherwise PIL throws an Exception: > PIL.UnidentifiedImageError: cannot identify image file ... Maybe a try..except block could...