summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2022-03-31 16:38:34 -0400
committerJordan Wiens <jordan@psifertex.com>2022-03-31 16:38:34 -0400
commit1b91902a3ff4215dfbf5e886ba2a2b6553f5d95c (patch)
treecdaf1616364a4b27ba2fcd65cc541b49fdc552ef
parentd6944d957d68c6bbd050b5fc869184a6e086b69c (diff)
remove license init from API doc generation
-rw-r--r--api-docs/source/conf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/api-docs/source/conf.py b/api-docs/source/conf.py
index e8fba2a7..27e12c8f 100644
--- a/api-docs/source/conf.py
+++ b/api-docs/source/conf.py
@@ -38,7 +38,6 @@ os.environ["BN_DISABLE_USER_SETTINGS"] = "True"
os.environ["BN_DISABLE_USER_PLUGINS"] = "True"
os.environ["BN_DISABLE_REPOSITORY_PLUGINS"] = "True"
import binaryninja
-binaryninja._init_plugins() #force license check
def modulelist(modulename):
modules = inspect.getmembers(modulename, inspect.ismodule)