Skip to content

Commit bc383ec

Browse files
committed
add supported attribute to fix rst_epilog issue
1 parent f457be0 commit bc383ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nbsphinx.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,8 @@ class NotebookParser(rst.Parser):
563563
564564
"""
565565

566+
supported = ()
567+
566568
def get_transforms(self):
567569
"""List of transforms for documents parsed by this parser."""
568570
return rst.Parser.get_transforms(self) + [

0 commit comments

Comments
 (0)