From 6c6dc60787427789e4bc9e3a20cca304a8210e8d Mon Sep 17 00:00:00 2001 From: Xusheng Date: Wed, 22 Jun 2022 17:34:32 +0800 Subject: Fix the debugger python-api doc generation --- api-docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api-docs/source') diff --git a/api-docs/source/conf.py b/api-docs/source/conf.py index 832ddc9b..1adf3bdb 100644 --- a/api-docs/source/conf.py +++ b/api-docs/source/conf.py @@ -193,7 +193,7 @@ release = str(binaryninja.core_version()) language = 'en' -exclude_patterns = ['binaryninja.*.*.rst'] +exclude_patterns = [] suppress_warnings = ['toc.excluded'] add_function_parentheses = False -- cgit v1.3.1