Change the title in index.rst generated by Sphinx AutoAPI

Question:

I am looking for a way to rename the title in index.rst.

AutoAPI generates a documentation of modules inside a directory ..docssource_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?

Asked By: Azka

||

Answers:

Found these tutorials pretty nice and had helped a lot. They explain how to manually add and set up Sphink AutoAPI’s default template:

Answered By: Azka