labscript-suite / labscript-devices

A modular and extensible plugin architecture to control experiment hardware using the 𝘭𝘒𝘣𝘴𝘀𝘳π˜ͺ𝘱𝘡 𝘴𝘢π˜ͺ𝘡𝘦.
http://labscriptsuite.org
Other
5 stars 58 forks source link

PDF docs build fails #81

Closed dihm closed 3 years ago

dihm commented 3 years ago

After merging #70, discovered that mainline stable/latest builds on read the docs include building downloadable docs in the form of PDF and EPUB. Since I hadn't explicitly checked those builds before merging #70, naturally something failed.

After a fair bit of poking, discovered the problem is due to the default_value attribude of the Lightcrafter DMD ImageSet class being a raw bytes bitmap object that is crazy long. This causes and overflow error when building the associated latex.

The simple fix is to explicitly exclude display of that value for all docs.