autosummary: fix another bug in module stub template

This commit is contained in:
Pauli Virtanen 2009-05-15 01:03:36 +03:00
parent 3d5bb47869
commit 4ab7bf69bb

View File

@ -1,7 +1,7 @@
{{ fullname }} {{ fullname }}
{{ underline }} {{ underline }}
.. automodule:: {{ objname }} .. automodule:: {{ fullname }}
{% block functions %} {% block functions %}
{% if functions %} {% if functions %}