mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
This can be traced back to0013a74d72and92e3735d63. It was used to work around things like sound.beeps(number) Description being incorrectly displayed as classmethod sound.beeps(number) Description But the current version of sphinx appears to display this correctly even without the hack. We want to reduce the number of hacks because they tend to break updates (https://github.com/pybricks/pybricks-api/issues/69#issuecomment-879822417).