aboutsummaryrefslogtreecommitdiffstats
path: root/docs/cryptography-docs.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cryptography-docs.py')
-rw-r--r--docs/cryptography-docs.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/cryptography-docs.py b/docs/cryptography-docs.py
index 0252d693..f27a8467 100644
--- a/docs/cryptography-docs.py
+++ b/docs/cryptography-docs.py
@@ -23,6 +23,9 @@ class HazmatDirective(Directive):
if self.content:
message += DANGER_ALTERNATE.format(alternate=self.content[0])
+ import pdb
+ pdb.set_trace()
+
ad = make_admonition(
Hazmat,
self.name,