There's a problem with the current RTD theme where html docs generated by Sphinx use a display: inline-block
where it should instead be display: block
. The result is that items with short names can stack up horizontally on the same line. Probably this happens in many Adafruit repos, but I noticed it in this one just now:
The fix is pretty simple. You just need to add a custom css file with one rule to the rtd theme. If you look at the changed files for this PR, https://github.com/adafruit/Adafruit_CircuitPython_TLV320/pull/10/files ,
you can see the necessary code in docs/_static/custom.css
and docs/conf.py