If you want to generate documentation for your methods, functions, classes, objects in general, after running sphinx-quickstart you need to run sphinx-autodoc

Some text and a link to my wonderful |img|

.. |img| image:: ../path/to/image.png
    :alt:    alt display

Source: https://thomas-cokelaer.info/tutorials/sphinx/rest_syntax.html#more-about-aliases

The intention here is to have separate pages for each one of your classes/structs, files, functions etc. Using doxygenindex or autodoxygenindex is not appropriate here since it dumps all items regardless of type to a single long long page.

Instead use either of these:

Use -j to spawn multiple workers.