Here in Sphinx's documentation it is said what those templates can be redefined.
So I tried to copy module.rst
from /site-packages/sphinx/ext/autosummary
to source/_templates/autosummary
(also tried just source/_templates
) with some slight changes. But after I regenerated the docs nothing changed.
Maybe i should add some specific option to .. autosummary::
tag to specify custom template directory? (in conf.py directory is set right and sphinx see html
templates as well)
UPD: source code: https://github.com/actionless/wooper/blob/master/docs.sh