From 4ab7bf69bb1343cbea5f886dc63d063ccac83cf3 Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Fri, 15 May 2009 01:03:36 +0300 Subject: [PATCH] autosummary: fix another bug in module stub template --- sphinx/ext/autosummary/templates/autosummary/module.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/ext/autosummary/templates/autosummary/module.rst b/sphinx/ext/autosummary/templates/autosummary/module.rst index c669d2cc4..cc76c9e00 100644 --- a/sphinx/ext/autosummary/templates/autosummary/module.rst +++ b/sphinx/ext/autosummary/templates/autosummary/module.rst @@ -1,7 +1,7 @@ {{ fullname }} {{ underline }} -.. automodule:: {{ objname }} +.. automodule:: {{ fullname }} {% block functions %} {% if functions %}