diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2020-01-15 21:26:16 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2020-01-15 21:26:16 -0500 |
| commit | 39ec57947875e6f0f18051f0a9211119fc925ffe (patch) | |
| tree | 642eb794f30c003b7709c5dfb667211ffa6d04b9 /api-docs | |
| parent | 5435b69c1e109d275a2cff4e4249b6dea7c383b2 (diff) | |
exclude requests for windows builds
Diffstat (limited to 'api-docs')
| -rw-r--r-- | api-docs/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api-docs/source/conf.py b/api-docs/source/conf.py index 2f14931e..9326f3a8 100644 --- a/api-docs/source/conf.py +++ b/api-docs/source/conf.py @@ -32,7 +32,7 @@ binaryninja._init_plugins() #force license check def modulelist(modulename): modules = inspect.getmembers(modulename, inspect.ismodule) - return sorted(set(x for x in modules if x[0] not in ("abc", "atexit", "binaryninja", "builtins", "ctypes", "core", "struct", "sys", "_binaryninjacore", "traceback", "code", "enum", "json", "numbers", "threading", "re", "os", "startup", "associateddatastore"))) + return sorted(set(x for x in modules if x[0] not in ("abc", "atexit", "binaryninja", "builtins", "ctypes", "core", "struct", "sys", "_binaryninjacore", "traceback", "code", "enum", "json", "numbers", "threading", "re", "requests", "os", "startup", "associateddatastore"))) def classlist(module): members = inspect.getmembers(module, inspect.isclass) |
