diff --git a/src/nbsphinx.py b/src/nbsphinx.py index d793d1d0..1b37d8ad 100644 --- a/src/nbsphinx.py +++ b/src/nbsphinx.py @@ -76,6 +76,12 @@ RST_TEMPLATE = """ {% extends 'rst.tpl' %} +{% block header %} +.. raw:: html + + + +{% endblock header %} {% macro insert_empty_lines(text) %} {%- set before, after = text | get_empty_lines %}