Include subsections in TOC for PDF version of docs. (GH-9629)
This commit is contained in:
parent
af5ee3ff61
commit
a4ba8a3983
|
@ -127,6 +127,7 @@ latex_elements['preamble'] = r'''
|
||||||
}
|
}
|
||||||
\let\Verbatim=\OriginalVerbatim
|
\let\Verbatim=\OriginalVerbatim
|
||||||
\let\endVerbatim=\endOriginalVerbatim
|
\let\endVerbatim=\endOriginalVerbatim
|
||||||
|
\setcounter{tocdepth}{2}
|
||||||
'''
|
'''
|
||||||
|
|
||||||
# The paper size ('letter' or 'a4').
|
# The paper size ('letter' or 'a4').
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Include subsection in TOC for PDF version of docs.
|
Loading…
Reference in New Issue