Is your feature request related to a problem? Please describe.
Unable to show toctree on Main Page without removing :hidden: from toc.py. Somewhat disrupts the navigation flow in sphinx documentation projects combining doxygen with other types of documentation.
Describe the solution you'd like
Can you add an option in conf.py such as show_toctree_on_mainpage = true/false?
Describe alternatives you've considered
I have considered changing toc.py, but as soon as someone else is to use my program the issue will remain.
Is your feature request related to a problem? Please describe.
Unable to show toctree on Main Page without removing :hidden: from toc.py. Somewhat disrupts the navigation flow in sphinx documentation projects combining doxygen with other types of documentation.
Describe the solution you'd like
Can you add an option in conf.py such as show_toctree_on_mainpage = true/false?
Describe alternatives you've considered
I have considered changing toc.py, but as soon as someone else is to use my program the issue will remain.