How to remove a module path from the table of contents in Sphinx PDF

35 Views Asked by At

I would like to improve view of contents and remove this path because it is too long, or decrease font size or do something else that helps.

image

I tried pointsize, but it didn't work.

latex_elements = {
    'papersize': 'letterpaper',
    'pointsize': '8pt',
}
0

There are 0 best solutions below