Skip to content

Commit 39ec579

Browse files
committed
exclude requests for windows builds
1 parent 5435b69 commit 39ec579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
def modulelist(modulename):
3434
modules = inspect.getmembers(modulename, inspect.ismodule)
35-
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")))
35+
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")))
3636

3737
def classlist(module):
3838
members = inspect.getmembers(module, inspect.isclass)

0 commit comments

Comments
 (0)