alendit / sphinx-pyreverse

Simple sphinx wrapper around pyreverse (from pylint suit) to generate UML diagramms from modules.
GNU General Public License v3.0
50 stars 20 forks source link

Image Size/Scale is not configurable #17

Closed thedrow closed 1 year ago

thedrow commented 3 years ago

We need to be able to fit the UML diagram into our template. Currently we can't and it looks terrible until you click to show it in full size.

doublethefish commented 3 years ago

This should be relatively easy to solve by adding new configuration values to the setup() function.