summaryrefslogtreecommitdiff
path: root/api-docs/source
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2022-06-22 17:34:32 +0800
committerXusheng <xusheng@vector35.com>2022-06-23 12:32:05 +0800
commit6c6dc60787427789e4bc9e3a20cca304a8210e8d (patch)
tree8665152e7d5d01ecf35b284c6f51bf30712e4c81 /api-docs/source
parent5666ee0d1098343d1d3abe4cc216dbbcb44e6531 (diff)
Fix the debugger python-api doc generation
Diffstat (limited to 'api-docs/source')
-rw-r--r--api-docs/source/conf.py2
1 files changed, 1 insertions, 1 deletions
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