summaryrefslogtreecommitdiff
path: root/api-docs
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2022-09-09 16:18:44 +0800
committerXusheng <xusheng@vector35.com>2022-09-13 13:12:41 +0800
commit6066b193f5df09df3dfa357d85efa938088b329d (patch)
treefb6974433023421e9e52ed4070f4f4c4f6003708 /api-docs
parentda770545cb8d4545bbb4cacb7797ccfaa1361eea (diff)
No longer mark debugger as beta
Diffstat (limited to 'api-docs')
-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 d8651c39..404348f0 100644
--- a/api-docs/source/conf.py
+++ b/api-docs/source/conf.py
@@ -38,7 +38,6 @@ sys.path.insert(0, bnpath)
os.environ["BN_DISABLE_USER_SETTINGS"] = "True"
os.environ["BN_DISABLE_USER_PLUGINS"] = "True"
os.environ["BN_DISABLE_REPOSITORY_PLUGINS"] = "True"
-os.environ["BN_EXPERIMENTAL_DEBUGGER"] = "True"
import binaryninja
def modulelist(modulename):