From 1f407aa1407c8e062d3da3b8bae2598375cc7f3e Mon Sep 17 00:00:00 2001 From: dougiesquire Date: Mon, 17 Jun 2024 13:32:31 +1000 Subject: [PATCH] Workaround for sphinx-autoapi issue --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 12600aa..6fe02bb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,6 +52,7 @@ "inherited-members", "show-inheritance", "show-module-summary", + "undoc-members", # workaround for https://github.com/readthedocs/sphinx-autoapi/issues/448 ] templates_path = ["_templates"]