Skip to content

Commit a930739

Browse files
committed
Fix conf.py: relax depth limit for table of contents in LaTeX output
1 parent 8255901 commit a930739

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@
355355
\let\Verbatim=\OriginalVerbatim
356356
\let\endVerbatim=\endOriginalVerbatim
357357
\setcounter{tocdepth}{2}
358+
\makeatletter\let\@toodeep\relax\makeatother
358359
''',
359360
# The paper size ('letterpaper' or 'a4paper').
360361
'papersize': 'a4paper',

0 commit comments

Comments
 (0)