I am stuck on the depth of the toctree of my sidebar doc. Here's my doc : https://aff3ct.readthedocs.io/en/user_doc_dev/simulation/parameters/cdc/cdc_bch/cdc.html
As you can see, on the sidebar the toctree does not go deeper than the fourth level, but I have two other levels under. There is at the top of the page the Edit on GitHub
link then you can see the source code.
I tried :maxdepth: -1
in any toctree directive but it changes only the display of the page's TOC and not of the sidebar's.
I tried on the first line of my first top file :tocdepth: 6
, or with -1 or any big number, but it changes nothing.
I tried sphinxcontrib-fulltoc, but it never compiled; I did't find why.
Any idea ? Is it really possible to display deeper on the sidebar ? Is it a known bug ?