summaryrefslogtreecommitdiff
path: root/api-docs/source
diff options
context:
space:
mode:
Diffstat (limited to 'api-docs/source')
-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):