diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cryptography-docs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/cryptography-docs.py b/docs/cryptography-docs.py index d6dc9d04..4ed5526a 100644 --- a/docs/cryptography-docs.py +++ b/docs/cryptography-docs.py @@ -8,6 +8,7 @@ This is a "Hazardous Materials" module. You should **ONLY** use it if you're 100% absolutely sure that you know what you're doing because this module is full of land mines, dragons, and dinosaurs with laser guns. """ + class HazmatDirective(Directive): def run(self): ad = make_admonition( |