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~2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/122bbedb8b11065ef59b454724e0485c1f4e484d?hp=122bbedb8b11065ef59b454724e0485c1f4e484d 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 ---