mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
autosummary: fix another bug in module stub template
This commit is contained in:
parent
3d5bb47869
commit
4ab7bf69bb
@ -1,7 +1,7 @@
|
||||
{{ fullname }}
|
||||
{{ underline }}
|
||||
|
||||
.. automodule:: {{ objname }}
|
||||
.. automodule:: {{ fullname }}
|
||||
|
||||
{% block functions %}
|
||||
{% if functions %}
|
||||
|
Loading…
Reference in New Issue
Block a user