New EPUB builder, other minor changes.
[librarian.git] / src / librarian / elements / comments / nota_red.py
index faa5dd1..0ce970e 100644 (file)
@@ -9,3 +9,6 @@ class NotaRed(WLElement):
         builder.enter_fragment('nota_red')
         super(NotaRed, self).html_build(builder)
         builder.exit_fragment()
+
+    def epub_build(self, builder):
+        pass