summaryrefslogtreecommitdiff
path: root/api-docs/source/conf.py
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2022-04-29 16:33:17 +0800
committerXusheng <xusheng@vector35.com>2022-05-03 19:14:30 +0800
commite75f0a441cb6f3c5b55c8b1e9fc8d2fa9cc131ed (patch)
tree9cc6041902f84ead3262a26693ca2723bb6adc7e /api-docs/source/conf.py
parent4afc9c92334943c1988581c0be1295ec44f29902 (diff)
Exclude the webbrowser module from the doc generation
Diffstat (limited to 'api-docs/source/conf.py')
-rw-r--r--api-docs/source/conf.py2
1 files changed, 1 insertions, 1 deletions
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):