From e75f0a441cb6f3c5b55c8b1e9fc8d2fa9cc131ed Mon Sep 17 00:00:00 2001 From: Xusheng Date: Fri, 29 Apr 2022 16:33:17 +0800 Subject: Exclude the webbrowser module from the doc generation --- api-docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api-docs') diff --git a/api-docs/source/conf.py b/api-docs/source/conf.py index 3fc64ade..9406d144 100644 --- a/api-docs/source/conf.py +++ b/api-docs/source/conf.py @@ -48,7 +48,7 @@ def modulelist(modulename): "json", "numbers", "threading", "re", "requests", "os", "startup", "associateddatastore", "range", "pyNativeStr", "cstr", "fnsignature", "get_class_members", "datetime", "inspect", "subprocess", "site", - "string", "random", "uuid", "queue", "collections", "dbgcore", "debugger"] + "string", "random", "uuid", "queue", "collections", "dbgcore", "debugger", "webbrowser"] return sorted(set(x for x in modules if x[0] not in moduleblacklist)) def classlist(module): -- cgit v1.3.1