I am looking for a way to rename the title in index.rst.
AutoAPI generates a documentation of modules inside a directory ..\docs\source\_autoapi
with index.rst
file as follows:
API Reference
=============
This page contains auto-generated API reference documentation [#f1]_.
.. toctree::
:titlesonly:
/_autoapi/moduleA/index
/_autoapi/moduleB/index
.. [#f1] Created with `sphinx-autoapi <https://github.com/readthedocs/sphinx-autoapi>`_
Is there a way to rename the title "API Reference" inside the index.rst
file when using AutoAPI?