modelmat / sphinxcontrib-drawio

Sphinx extension for including draw.io files.
MIT License
39 stars 17 forks source link

Add drawio_disable_gpu config option #85

Closed jdillard closed 1 year ago

jdillard commented 1 year ago

When running in Docker (or environments not set up for GPU usage in general) you can get errors related to GPU processes. The drawio_disable_gpu config option allows those GPU processes to be turned off so that the extension doesn't throw errors.