From aed4c15792e11dc1ac8c4429c2c4c2a864d13556 Mon Sep 17 00:00:00 2001 From: Alec Delaney Date: Wed, 19 Jan 2022 11:48:24 -0500 Subject: [PATCH] Update RTD docs --- docs/api.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index dc0aeb6..b3456a3 100755 --- a/docs/api.rst +++ b/docs/api.rst @@ -4,8 +4,11 @@ .. If your library file(s) are nested in a directory (e.g. /adafruit_foo/foo.py) .. use this format as the module name: "adafruit_foo.foo" +.. automodule:: _typing + :members + .. automodule:: adafruit_blinka - :members: + :members: .. automodule:: adafruit_blinka.agnostic :members: @@ -25,6 +28,9 @@ .. automodule:: busio :members: +.. automodule:: circuitpython_typing + :members: + .. automodule:: digitalio :members: -- 2.49.0