summaryrefslogtreecommitdiff
path: root/api-docs/source
diff options
context:
space:
mode:
Diffstat (limited to 'api-docs/source')
-rw-r--r--api-docs/source/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/api-docs/source/conf.py b/api-docs/source/conf.py
index 4d9915c1..832ddc9b 100644
--- a/api-docs/source/conf.py
+++ b/api-docs/source/conf.py
@@ -49,7 +49,8 @@ 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", "webbrowser"]
+ "string", "random", "uuid", "queue", "collections", "dbgcore", "debugger", "webbrowser",
+ "dataclasses"]
return sorted(set(x for x in modules if x[0] not in moduleblacklist))
def classlist(module):