From: Scott Main Date: Sun, 6 Dec 2020 06:17:17 +0000 (-0800) Subject: Add missing modules to API docs build. X-Git-Tag: 5.9.0~1^2~1 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/7e059ba8dc654418fee48d64e10de20bce3637d3?ds=inline;hp=7e059ba8dc654418fee48d64e10de20bce3637d3 Add missing modules to API docs build. Includes tweaks to Sphinx config and module files to help the docs build. Reviewed the docs build with: sphinx-build -E -W -b html . _build/html ---