Closed tarcine closed 2 weeks ago
I would like to know if there is a way to add multiple index entries in Sphinx.
In the tutorials, I've found that only two entries can be added using the format
.. index:: main_entry; sub_entry
However, I am looking for a method to include more than two entries, similar to LaTeX's approach with
\index{main_entry!sub_entry!sub_sub_entry}
Is there a way to achieve this in Sphinx?
I would like to know if there is a way to add multiple index entries in Sphinx.
In the tutorials, I've found that only two entries can be added using the format
.. index:: main_entry; sub_entry
However, I am looking for a method to include more than two entries, similar to LaTeX's approach with
\index{main_entry!sub_entry!sub_sub_entry}
Is there a way to achieve this in Sphinx?