I am building documentation for a project using the Sphinx extension autosummary
. I would like to make a very slight change to the default templates that the documentation alludes to. I was able to copy and modify the templates for base.rst
, class.rst
, and module.rst
as they are located in the Sphinx folder.
However, I can't find the templates for function.rst
, attribute.rst
and method.rst
. Where can I find these templates?